Opc.Ua.Core
LocalEndpoint Property (TcpMessageSocket)



Opc.Ua.Bindings Namespace > TcpMessageSocket Class : LocalEndpoint Property
Gets the local endpoint.
Syntax
'Declaration
 
Public ReadOnly Property LocalEndpoint As EndPoint
'Usage
 
Dim instance As TcpMessageSocket
Dim value As EndPoint
 
value = instance.LocalEndpoint
public EndPoint LocalEndpoint {get;}
public:
property EndPoint^ LocalEndpoint {
   EndPoint^ get();
}

Property Value

The System.Net.EndPoint that the System.Net.Sockets.Socket is using for communications.
Exceptions
ExceptionDescription
An error occurred when attempting to access the socket. See the Remarks section for more information.
The System.Net.Sockets.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

TcpMessageSocket Class
TcpMessageSocket Members