Opc.Ua.Core
HttpsTransportChannel Constructor



Opc.Ua.Bindings Namespace > HttpsTransportChannel Class : HttpsTransportChannel Constructor
Create a transport channel based on the uri scheme.
Syntax
'Declaration
 
Public Function New( _
   ByVal uriScheme As String _
)
'Usage
 
Dim uriScheme As String
 
Dim instance As New HttpsTransportChannel(uriScheme)
public HttpsTransportChannel( 
   string uriScheme
)
public:
HttpsTransportChannel( 
   String^ uriScheme
)

Parameters

uriScheme
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

HttpsTransportChannel Class
HttpsTransportChannel Members