Dart.Snmp Namespace : Manager Class |
The following tables list the members exposed by Manager.
Name | Description | |
---|---|---|
![]() | Manager Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | DefaultPort | The "well-known" default port for accepting trap and inform message notifications. |
![]() | DTLSDefaultPort | The "well-known" default port for accepting DTLS-encrypted trap and inform message notifications; 10162. |
![]() | Mib | Gets the MibNodes object containing MIB definitions. (Inherited from Dart.Snmp.SnmpBase) |
![]() | Security | Security configuration for SNMPv3 entities. (Inherited from Dart.Snmp.SnmpBase) |
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) |
![]() | 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) |
![]() | 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 | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | Marshal | Overloaded. Marshals a list of variables to the UI thread. |
![]() | Open | Overloaded. Opens System.Net.Sockets.Socket using the specified IPEndPoint. Only necessary if 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. Creates a socket and starts reading asynchronously. The specified user method executes on an IO Completion thread as each Trap1Message, Trap2Message or InformMessage is received. |
![]() | ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from System.ComponentModel.Component) |
![]() | GetService | (Inherited from System.ComponentModel.Component) |
![]() | MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) |
![]() | OnError | Raises the Error event. (Inherited from Dart.Snmp.ComponentBase) |
![]() | OnLog | Raises the SnmpBase.Log event. (Inherited from Dart.Snmp.SnmpBase) |
![]() | OnMessage | Raises the Message event. (Inherited from Dart.Snmp.SnmpBase) |
![]() | OnTable | Raises the Table event. |
![]() | OnUserState | Raises the UserState event. (Inherited from Dart.Snmp.ComponentBase) |
![]() | OnWalk | Raises the Walk event. |
![]() | 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 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. (Inherited from Dart.Snmp.SnmpBase) |
![]() | Message | Raised when Marshal(MessageBase[],String,Object) is used. (Inherited from Dart.Snmp.SnmpBase) |
![]() | Table | Raised when a Table (Variable[,]) is marshaled. |
![]() | UserState | Raised when Marshal(String,Object) is used. (Inherited from Dart.Snmp.ComponentBase) |
![]() | Walk | Raised when Marshal(String,VariableList,String,Object) is used. |