Trap
|
public sealed class TrapV1Message : ISnmpMessage
The TrapV1Message type exposes the following members.
Name | Description | |
---|---|---|
TrapV1Message(Sequence) | Creates a TrapV1Message instance with a message body. | |
TrapV1Message(VersionCode, IPAddress, OctetString, ObjectIdentifier, GenericCode, Int32, UInt32, IListVariable) | Creates a TrapV1Message with all content. |
Name | Description | |
---|---|---|
AgentAddress | Agent address. | |
Community | Community name. | |
Enterprise | Enterprise. | |
Generic | Generic type. | |
Header | Gets the header. | |
Parameters | Gets the parameters. | |
Privacy | Gets the privacy provider. | |
Scope | Gets the scope. | |
Specific | Specific type. | |
TimeStamp | Time stamp. | |
Version | Protocol version. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToBytes | To byte format. | |
ToString |
Returns a String that represents the current TrapV1Message.
(Overrides ObjectToString) |
Name | Description | |
---|---|---|
BeginGetResponse |
Begins to asynchronously send an ISnmpMessage to an IPEndPoint.
(Defined by SnmpMessageExtension) | |
Community |
Community name.
(Defined by SnmpMessageExtension) | |
EndGetResponse |
Ends a pending asynchronous read.
(Defined by SnmpMessageExtension) | |
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) | |
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) | |
GetResponse |
Sends this ISnmpMessage and handles the response from agent.
(Defined by SnmpMessageExtension) | |
GetResponse |
Sends this ISnmpMessage and handles the response from agent.
(Defined by SnmpMessageExtension) | |
GetResponse |
Sends this ISnmpMessage and handles the response from agent.
(Defined by SnmpMessageExtension) | |
GetResponse |
Sends an ISnmpMessage and handles the response from agent.
(Defined by SnmpMessageExtension) | |
GetResponseAsync |
Sends this ISnmpMessage and handles the response from agent.
(Defined by SnmpMessageExtension) | |
GetResponseAsync |
Sends this ISnmpMessage and handles the response from agent.
(Defined by SnmpMessageExtension) | |
GetResponseAsync |
Sends this ISnmpMessage and handles the response from agent.
(Defined by SnmpMessageExtension) | |
GetResponseAsync |
Sends an ISnmpMessage and handles the response from agent.
(Defined by SnmpMessageExtension) | |
MessageId |
Gets the message ID.
(Defined by SnmpMessageExtension) | |
Pdu |
PDU.
(Defined by SnmpMessageExtension) | |
RequestId |
Request ID.
(Defined by SnmpMessageExtension) | |
Send |
Sends an ISnmpMessage.
(Defined by SnmpMessageExtension) | |
Send |
Sends an ISnmpMessage.
(Defined by SnmpMessageExtension) | |
SendAsync |
Sends an ISnmpMessage.
(Defined by SnmpMessageExtension) | |
SendAsync |
Sends an ISnmpMessage.
(Defined by SnmpMessageExtension) | |
TypeCode |
Gets the SnmpType.
(Defined by SnmpMessageExtension) | |
Variables |
Variables.
(Defined by SnmpMessageExtension) |