C# Class Opc.Ua.Bindings.CustomTransportChannelFactory

Creates a new CustomTransportChannel with ITransportChannel interface.
Inheritance: ITransportChannelFactory
ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary

Public Methods

Method Description
Create ( ) : ITransportChannel

The method creates a new instance of a custom transport channel

Method Details

Create() public method

The method creates a new instance of a custom transport channel
public Create ( ) : ITransportChannel
return ITransportChannel