Opc.Ua.Core
Create Method (TcpTransportChannelFactory)



Opc.Ua.Bindings Namespace > TcpTransportChannelFactory Class : Create Method
The method creates a new instance of a TCP transport channel
Syntax
'Declaration
 
Public Function Create() As ITransportChannel
'Usage
 
Dim instance As TcpTransportChannelFactory
Dim value As ITransportChannel
 
value = instance.Create()
public ITransportChannel Create()
public:
ITransportChannel^ Create(); 

Return Value

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

TcpTransportChannelFactory Class
TcpTransportChannelFactory Members