PowerSNMP for .NET CF
Origin Field
See Also  Send comments on this topic.
Dart.Snmp Namespace > DecodingException Class : Origin Field




Gets the address of the sender of the message.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Origin As IPEndPoint
Visual Basic (Usage)Copy Code
Dim instance As DecodingException
Dim value As IPEndPoint
 
value = instance.Origin
C# 
public readonly IPEndPoint Origin
Managed Extensions for C++ 
public: readonly IPEndPoint* Origin
C++/CLI 
public:
readonly IPEndPoint^ Origin

Property 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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.