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