C# 클래스 Opc.Ua.SecureChannelContext

Stores context information for the current secure channel.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 메소드들

메소드 설명
SecureChannelContext ( string secureChannelId, EndpointDescription endpointDescription, RequestEncoding messageEncoding ) : System.Threading

Initializes a new instance with the specified property values.

보호된 메소드들

메소드 설명
SecureChannelContext ( ) : System.Threading

Initializes a new instance with the context for the current thread.

메소드 상세

SecureChannelContext() 보호된 메소드

Initializes a new instance with the context for the current thread.
protected SecureChannelContext ( ) : System.Threading
리턴 System.Threading

SecureChannelContext() 공개 메소드

Initializes a new instance with the specified property values.
public SecureChannelContext ( string secureChannelId, EndpointDescription endpointDescription, RequestEncoding messageEncoding ) : System.Threading
secureChannelId string The secure channel identifier.
endpointDescription EndpointDescription The endpoint description.
messageEncoding RequestEncoding The message encoding.
리턴 System.Threading