Opc.Ua.Bindings.CustomTransportChannelFactory.Create C# (CSharp) Méthode

Create() public méthode

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