Opc.Ua.Bindings.CustomTransportChannelFactory.Create C# (CSharp) Method

Create() public method

The method creates a new instance of a custom transport channel
public Create ( ) : ITransportChannel
return ITransportChannel
        public ITransportChannel Create()
        {
            return new CustomTransportChannel();
        }
    }
CustomTransportChannelFactory