C# 클래스 Opc.Ua.CloseSecureChannelMessage

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

공개 메소드들

메소드 설명
CloseSecureChannelMessage ( ) : System

Initializes an empty message.

CloseSecureChannelMessage ( CloseSecureChannelRequest CloseSecureChannelRequest ) : System

Initializes the message with the body.

CreateResponse ( IServiceResponse response ) : object
GetRequest ( ) : IServiceRequest

메소드 상세

CloseSecureChannelMessage() 공개 메소드

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

CloseSecureChannelMessage() 공개 메소드

Initializes the message with the body.
public CloseSecureChannelMessage ( CloseSecureChannelRequest CloseSecureChannelRequest ) : System
CloseSecureChannelRequest CloseSecureChannelRequest
리턴 System

CreateResponse() 공개 메소드

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

GetRequest() 공개 메소드

public GetRequest ( ) : IServiceRequest
리턴 IServiceRequest