Opc.Ua.Core
GetChannel Method



Opc.Ua.Bindings Namespace > TransportChannelBindings Class : GetChannel Method
The uri scheme of the transport.
Get a transport channel for the specified uri scheme.
Syntax
'Declaration
 
Public Function GetChannel( _
   ByVal uriScheme As String _
) As ITransportChannel
'Usage
 
Dim instance As TransportChannelBindings
Dim uriScheme As String
Dim value As ITransportChannel
 
value = instance.GetChannel(uriScheme)
public ITransportChannel GetChannel( 
   string uriScheme
)
public:
ITransportChannel^ GetChannel( 
   String^ uriScheme
) 

Parameters

uriScheme
The uri scheme of the transport.
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

TransportChannelBindings Class
TransportChannelBindings Members