Dart.Snmp Namespace : SnmpBase Class |
The following tables list the members exposed by SnmpBase.
Name | Description | |
---|---|---|
Mib | Gets the MibNodes object containing MIB definitions. | |
Security | Security configuration for SNMPv3 entities. |
Name | Description | |
---|---|---|
ClientCertificateChain | The certificate chain to use with DTLS connections when the SNMP Entity is acting as a DTLS client. Supports certificates with RSA or DSA keys. Null by default. | |
Container | (Inherited from System.ComponentModel.Component) | |
DTLSReceiveTimeout | Specifies the timeout to be used when receiving DTLS packets. Defaults to 1000. | |
Encoding | Character encoding used by the component. (Inherited from Dart.Snmp.ComponentBase) | |
FipsMode | Determines whether or not the control only uses FIPS 140-2 compliant algorithms. | |
IsActive | Gets a value indicating if the component has an active socket. | |
ServerCertificateChain | The certificate chain to use with DTLS connections when the SNMP Entity is acting as a DTLS server. Supports certificates with RSA or DSA keys. Null by default. | |
Site | (Inherited from System.ComponentModel.Component) | |
Socket | Gets the socket used by the component for communications. (Inherited from Dart.Snmp.SocketBase) | |
SynchronizingObject | Gets or sets the object used to marshal data to the UI thread (for raising events). (Inherited from Dart.Snmp.ComponentBase) | |
SyncRoot | Gets an object that is used to synchronize access to the upper layer protocol in use. (Inherited from Dart.Snmp.ComponentBase) | |
Tag | Gets or sets an object that stores any user data. (Inherited from Dart.Snmp.ComponentBase) | |
Transport | Specifies the Transport layer to use. Defaults to UDP. | |
ValidationCallback | Delegate that is raised when a certificate is received from the remote host. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
Close | Terminates Agent or Trap operation by releasing communication resources. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
CreateResponse | Creates a ResponseMessage from the RequestMessage received. Supports SNMPv3 discovery packets by returning a ReportMessage that should be sent to the initiator. | |
Dispose | Overloaded. Disposes of SocketBase and its associated resources. (Inherited from Dart.Snmp.SocketBase) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
Marshal | Overloaded. Marshals SNMP messages to the UI thread. | |
Open | Overloaded. Opens System.Net.Sockets.Socket using the specified IPEndPoint. Only necessary if Receive is used. | |
Receive | Used to receive an SNMP message on the current thread. | |
Send | Send a message to the SNMP manager or agent specified. | |
Start | Overloaded. Starts a worker thread on which the specified user method executes. | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnError | Raises the Error event. (Inherited from Dart.Snmp.ComponentBase) | |
OnLog | Raises the Log event. | |
OnMessage | Raises the Message event. | |
OnUserState | Raises the UserState event. (Inherited from Dart.Snmp.ComponentBase) | |
ReadCompleted | Unified receive of asynchronous packet is used by Agent (for requests) and Manager (for traps and informs). |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) | |
Error | Raised when Marshal(Exception) is used or an unhandled Exception is thrown in a worker thread created using Start. (Inherited from Dart.Snmp.ComponentBase) | |
Log | Used to log SNMP messages sent or received. | |
Message | Raised when Marshal(MessageBase[],String,Object) is used. | |
UserState | Raised when Marshal(String,Object) is used. (Inherited from Dart.Snmp.ComponentBase) |