Opc.Ua.Core
Socket Property (UaSCUaBinaryTransportChannel)



Opc.Ua.Bindings Namespace > UaSCUaBinaryTransportChannel Class : Socket Property
Returns the channel's underlying message socket if connected / available.
Syntax
'Declaration
 
Public ReadOnly Property Socket As IMessageSocket
'Usage
 
Dim instance As UaSCUaBinaryTransportChannel
Dim value As IMessageSocket
 
value = instance.Socket
public IMessageSocket Socket {get;}
public:
property IMessageSocket^ Socket {
   IMessageSocket^ get();
}
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

UaSCUaBinaryTransportChannel Class
UaSCUaBinaryTransportChannel Members