Opc.Ua.Core
RemoteEndpoint Property (IMessageSocket)



Opc.Ua.Bindings Namespace > IMessageSocket Interface : RemoteEndpoint Property
Gets the remote endpoint.
Syntax
'Declaration
 
ReadOnly Property RemoteEndpoint As EndPoint
'Usage
 
Dim instance As IMessageSocket
Dim value As EndPoint
 
value = instance.RemoteEndpoint
EndPoint RemoteEndpoint {get;}
property EndPoint^ RemoteEndpoint {
   EndPoint^ get();
}

Property Value

The System.Net.EndPoint that the Socket is using for communications.
Exceptions
ExceptionDescription
An error occurred when attempting to access the socket. See the Remarks section for more information.
The Socket has been closed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMessageSocket Interface
IMessageSocket Members