Opc.Ua.Core
MessageSocketFeatures Property (TcpMessageSocket)



Opc.Ua.Bindings Namespace > TcpMessageSocket Class : MessageSocketFeatures Property
Gets the transport channel features implemented by this message socket.
Syntax
'Declaration
 
Public ReadOnly Property MessageSocketFeatures As TransportChannelFeatures
'Usage
 
Dim instance As TcpMessageSocket
Dim value As TransportChannelFeatures
 
value = instance.MessageSocketFeatures
public TransportChannelFeatures MessageSocketFeatures {get;}
public:
property TransportChannelFeatures MessageSocketFeatures {
   TransportChannelFeatures get();
}

Property Value

The transport channel feature.
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