C# 클래스 Opc.Ua.OpenSecureChannelMessage

상속: IServiceMessage
파일 보기 프로젝트 열기: OPCFoundation/Misc-Tools

공개 메소드들

메소드 설명
CreateResponse ( IServiceResponse response ) : object
GetRequest ( ) : IServiceRequest
OpenSecureChannelMessage ( ) : System

Initializes an empty message.

OpenSecureChannelMessage ( OpenSecureChannelRequest OpenSecureChannelRequest ) : System

Initializes the message with the body.

메소드 상세

CreateResponse() 공개 메소드

public CreateResponse ( IServiceResponse response ) : object
response IServiceResponse
리턴 object

GetRequest() 공개 메소드

public GetRequest ( ) : IServiceRequest
리턴 IServiceRequest

OpenSecureChannelMessage() 공개 메소드

Initializes an empty message.
public OpenSecureChannelMessage ( ) : System
리턴 System

OpenSecureChannelMessage() 공개 메소드

Initializes the message with the body.
public OpenSecureChannelMessage ( OpenSecureChannelRequest OpenSecureChannelRequest ) : System
OpenSecureChannelRequest OpenSecureChannelRequest
리턴 System