Opc.Ua.Core
MessageSocketFeatures Property (IMessageSocket)



Opc.Ua.Bindings Namespace > IMessageSocket Interface : MessageSocketFeatures Property
Returns the features implemented by the message socket.
Syntax
'Declaration
 
ReadOnly Property MessageSocketFeatures As TransportChannelFeatures
'Usage
 
Dim instance As IMessageSocket
Dim value As TransportChannelFeatures
 
value = instance.MessageSocketFeatures
TransportChannelFeatures MessageSocketFeatures {get;}
property TransportChannelFeatures MessageSocketFeatures {
   TransportChannelFeatures 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

IMessageSocket Interface
IMessageSocket Members