Opc.Ua.Core
UaSCUaBinaryTransportChannel Constructor



Opc.Ua.Bindings Namespace > UaSCUaBinaryTransportChannel Class : UaSCUaBinaryTransportChannel Constructor
The message socket factory.
Create a transport channel from a message socket factory.
Syntax
'Declaration
 
Public Function New( _
   ByVal messageSocketFactory As IMessageSocketFactory _
)
'Usage
 
Dim messageSocketFactory As IMessageSocketFactory
 
Dim instance As New UaSCUaBinaryTransportChannel(messageSocketFactory)
public UaSCUaBinaryTransportChannel( 
   IMessageSocketFactory messageSocketFactory
)
public:
UaSCUaBinaryTransportChannel( 
   IMessageSocketFactory^ messageSocketFactory
)

Parameters

messageSocketFactory
The message socket factory.
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