Click or drag to resize

MalformedMessage Methods

The MalformedMessage type exposes the following members.

Methods
  Name Description
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public method GetHashCode Serves as the default hash function.
(Inherited from Object)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method ToBytes Converts to the bytes.
Public method ToString Returns a String that represents this instance.
(Overrides ObjectToString)
Top
Extension Methods
  Name Description
Public Extension Method BeginGetResponse Begins to asynchronously send an ISnmpMessage to an IPEndPoint.
(Defined by SnmpMessageExtension)
Public Extension Method Community Community name.
(Defined by SnmpMessageExtension)
Public Extension Method EndGetResponse Ends a pending asynchronous read.
(Defined by SnmpMessageExtension)
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetResponse Sends this ISnmpMessage and handles the response from agent.
(Defined by SnmpMessageExtension)
Public Extension Method GetResponse Sends this ISnmpMessage and handles the response from agent.
(Defined by SnmpMessageExtension)
Public Extension Method GetResponse Sends this ISnmpMessage and handles the response from agent.
(Defined by SnmpMessageExtension)
Public Extension Method GetResponse Sends an ISnmpMessage and handles the response from agent.
(Defined by SnmpMessageExtension)
Public Extension Method GetResponseAsync Sends this ISnmpMessage and handles the response from agent.
(Defined by SnmpMessageExtension)
Public Extension Method GetResponseAsync Sends this ISnmpMessage and handles the response from agent.
(Defined by SnmpMessageExtension)
Public Extension Method GetResponseAsync Sends this ISnmpMessage and handles the response from agent.
(Defined by SnmpMessageExtension)
Public Extension Method GetResponseAsync Sends an ISnmpMessage and handles the response from agent.
(Defined by SnmpMessageExtension)
Public Extension Method MessageId Gets the message ID.
(Defined by SnmpMessageExtension)
Public Extension Method Pdu PDU.
(Defined by SnmpMessageExtension)
Public Extension Method RequestId Request ID.
(Defined by SnmpMessageExtension)
Public Extension Method Send Sends an ISnmpMessage.
(Defined by SnmpMessageExtension)
Public Extension Method Send Sends an ISnmpMessage.
(Defined by SnmpMessageExtension)
Public Extension Method SendAsync Sends an ISnmpMessage.
(Defined by SnmpMessageExtension)
Public Extension Method SendAsync Sends an ISnmpMessage.
(Defined by SnmpMessageExtension)
Public Extension Method TypeCode Gets the SnmpType.
(Defined by SnmpMessageExtension)
Public Extension Method Variables Variables.
(Defined by SnmpMessageExtension)
Top
See Also