| 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.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.
Target Platforms: Microsoft .NET Framework 2.0
Copy Code