C# Class Opc.Ua.SecureChannelContext

Stores context information for the current secure channel.
ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Public Methods

Method Description
SecureChannelContext ( string secureChannelId, EndpointDescription endpointDescription, RequestEncoding messageEncoding ) : System.Threading

Initializes a new instance with the specified property values.

Protected Methods

Method Description
SecureChannelContext ( ) : System.Threading

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

Method Details

SecureChannelContext() protected method

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

SecureChannelContext() public method

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.
return System.Threading