Opc.Ua.OpenSecureChannelResponseMessage.OpenSecureChannelResponseMessage C# (CSharp) 메소드

OpenSecureChannelResponseMessage() 공개 메소드

Initializes the message with the body.
public OpenSecureChannelResponseMessage ( OpenSecureChannelResponse OpenSecureChannelResponse ) : System
OpenSecureChannelResponse OpenSecureChannelResponse
리턴 System
        public OpenSecureChannelResponseMessage(OpenSecureChannelResponse OpenSecureChannelResponse)
        {
            this.OpenSecureChannelResponse = OpenSecureChannelResponse;
        }

Same methods

OpenSecureChannelResponseMessage::OpenSecureChannelResponseMessage ( ) : System
OpenSecureChannelResponseMessage::OpenSecureChannelResponseMessage ( ServiceFault ServiceFault ) : System
OpenSecureChannelResponseMessage