PowerSNMP for .NET
MessageBase Class
Members 




The MessageBase class is the abstract base class for all SNMP messages. Serializable.
Object Model
MessageBase ClassDecodingException ClassVariableCollection ClassVariable Class
Syntax
<SerializableAttribute()>
Public MustInherit Class MessageBase 
Dim instance As MessageBase
[Serializable()]
public abstract class MessageBase 
[Serializable()]
public __gc abstract class MessageBase 
[Serializable()]
public ref class MessageBase abstract 
Remarks

Two classes specialize MessageBase:

1. The Trap1Message specializes MessageBase for SNMP version 1 trap processing.

2. The StandardMessage specializes MessageBase for all other formats.

Inheritance Hierarchy

System.Object
   Dart.Snmp.MessageBase
      Dart.Snmp.StandardMessage
      Dart.Snmp.Trap1Message

See Also

Reference

MessageBase Members
Dart.Snmp Namespace

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic