Opc.Ua.Core
ITransportChannelFactory Interface
Members 



Opc.Ua.Bindings Namespace : ITransportChannelFactory Interface
This is the transport channel factory interface for a binding (client).
Syntax
'Declaration
 
Public Interface ITransportChannelFactory 
   Inherits Opc.Ua.Bindings.ITransportBindingFactory(Of ITransportChannel), ITransportBindingScheme 
'Usage
 
Dim instance As ITransportChannelFactory
public interface class ITransportChannelFactory : public Opc.Ua.Bindings.ITransportBindingFactory<ITransportChannel>, ITransportBindingScheme  
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

ITransportChannelFactory Members
Opc.Ua.Bindings Namespace