Opc.Ua.Bindings.CustomTransportChannel.Open C# (CSharp) Method

Open() public method

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