Opc.Ua.Bindings.CustomTransportChannelFactory.Create C# (CSharp) Метод

Create() публичный Метод

The method creates a new instance of a custom transport channel
public Create ( ) : ITransportChannel
Результат ITransportChannel
        public ITransportChannel Create()
        {
            return new CustomTransportChannel();
        }
    }
CustomTransportChannelFactory