See Also

DecodingException Class  | DecodingException Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerSNMP for .NET

Origin Property

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); }

Return Type

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 property is read-only.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

DecodingException Class  | DecodingException Members


Send comments on this topic.

Documentation version 1.2.0.0.

© 2008 Dart Communications.  All rights reserved.