Opc.Ua.Core
Create Method (HttpsTransportChannelFactory)



Opc.Ua.Bindings Namespace > HttpsTransportChannelFactory Class : Create Method
The method creates a new instance of a Https transport channel
Syntax
'Declaration
 
Public Function Create() As ITransportChannel
'Usage
 
Dim instance As HttpsTransportChannelFactory
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

HttpsTransportChannelFactory Class
HttpsTransportChannelFactory Members