Dart.Snmp Namespace : Agent Class |
The following tables list the members exposed by Agent.
Name | Description | |
---|---|---|
![]() | Agent Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | DefaultPort | The "well-known" default port for Agent operations; 161. |
![]() | DTLSDefaultPort | The "well-known" default port for DTLS Agent operations; 10161. |
![]() | Mib | Gets the MibNodes object containing MIB definitions. (Inherited from Dart.Snmp.SnmpBase) |
![]() | Security | Security configuration for SNMPv3 entities. (Inherited from Dart.Snmp.SnmpBase) |
![]() | Variables | A Variable list used by SnmpBase.CreateResponse. |
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. (Inherited from Dart.Snmp.SnmpBase) |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | DTLSReceiveTimeout | Specifies the timeout to be used when receiving DTLS packets. Defaults to 1000. (Inherited from Dart.Snmp.SnmpBase) |
![]() | 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. (Inherited from Dart.Snmp.SnmpBase) |
![]() | IsActive | Gets a value indicating if the component has an active socket. (Inherited from Dart.Snmp.SnmpBase) |
![]() | 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. (Inherited from Dart.Snmp.SnmpBase) |
![]() | 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) |
![]() | SysUpTime | Gets or sets the time since the agent was created, in hundredths of a second. |
![]() | 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. (Inherited from Dart.Snmp.SnmpBase) |
![]() | ValidationCallback | Delegate that is raised when a certificate is received from the remote host. (Inherited from Dart.Snmp.SnmpBase) |
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. (Inherited from Dart.Snmp.SnmpBase) |
![]() | 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. (Inherited from Dart.Snmp.SnmpBase) |
![]() | 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. (Inherited from Dart.Snmp.SnmpBase) |
![]() | Open | Overloaded. Opens System.Net.Sockets.Socket using the specified IPEndPoint. Only necessary if SnmpBase.Receive is used. (Inherited from Dart.Snmp.SnmpBase) |
![]() | Receive | Used to receive an SNMP message on the current thread. (Inherited from Dart.Snmp.SnmpBase) |
![]() | Send | Send a message to the SNMP manager or agent specified. (Inherited from Dart.Snmp.SnmpBase) |
![]() | Start | Overloaded. Starts receiving SNMP requests asynchronously, invoking the specified callback method on an IO completion thread as each RequestMessage is received. |
![]() | 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 ComponentBase.Error event. (Inherited from Dart.Snmp.ComponentBase) |
![]() | OnLog | Raises the SnmpBase.Log event. (Inherited from Dart.Snmp.SnmpBase) |
![]() | OnMessage | Raises the SnmpBase.Message event. (Inherited from Dart.Snmp.SnmpBase) |
![]() | OnUserState | Raises the ComponentBase.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). (Inherited from Dart.Snmp.SnmpBase) |
Name | Description | |
---|---|---|
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | Error | Raised when ComponentBase.Marshal 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. (Inherited from Dart.Snmp.SnmpBase) |
![]() | Message | Raised when SnmpBase.Marshal is used. (Inherited from Dart.Snmp.SnmpBase) |
![]() | UserState | Raised when ComponentBase.Marshal is used. (Inherited from Dart.Snmp.ComponentBase) |