PowerSNMP for .NET
Origin Field




Gets the address of the sender of the message.
Syntax
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

Field Value

The address of the sender of the message.
Remarks

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.

See Also

Reference

DecodingException Class
DecodingException Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic