Dart.Snmp Namespace > DecodingException Class : Origin Field |
Public ReadOnly Origin As IPEndPoint
Dim instance As DecodingException Dim value As IPEndPoint value = instance.Origin
public readonly IPEndPoint Origin
public: readonly IPEndPoint* Origin
public: readonly IPEndPoint^ Origin
May be null if the message was created from a byte stream, otherwise Origin contains the IP address and port of the agent or manager that sent the message.
This field is read-only.