| Dart.PowerSNMP Namespace > DecodingException Class : Origin Property (DecodingException) |
Gets the address of the sender of the message.
[Visual Basic]
Public Property Origin As IPEndPoint[C#]
public IPEndPoint Origin {get; set;}[C++]
public: __property IPEndPoint* get_Origin();
public: __property void set_Origin(
IPEndPoint* value
);[C++/CLI]
public:
property IPEndPoint^ Origin {
IPEndPoint^ get();
void set (IPEndPoint^ value);
}The address of the sender of the message.
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 property is read-only.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
DecodingException Class | DecodingException Members
Send comments on this topic.
Documentation version 1.2.0.0.
© 2008 Dart Communications. All rights reserved.