Opc.Ua.Core
Handle Property (TcpMessageSocket)



Opc.Ua.Bindings Namespace > TcpMessageSocket Class : Handle Property
Gets the socket handle.
Syntax
'Declaration
 
Public ReadOnly Property Handle As Integer
'Usage
 
Dim instance As TcpMessageSocket
Dim value As Integer
 
value = instance.Handle
public int Handle {get;}
public:
property int Handle {
   int get();
}

Property Value

The socket handle.
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