Opc.Ua.Bindings.CustomTransportChannel.Open C# (CSharp) 메소드

Open() 공개 메소드

Opens a secure channel with the endpoint identified by the URL.
Thrown if any communication error occurs.
public Open ( ) : void
리턴 void
        public void Open()
        {
            // opens when the first request is called to preserve previous behavoir.
        }