C# Class Opc.Ua.SecureChannelContext

Stores context information for the current secure channel.
Afficher le fichier Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Méthodes publiques

Méthode Description
SecureChannelContext ( string secureChannelId, EndpointDescription endpointDescription, RequestEncoding messageEncoding ) : System.Threading

Initializes a new instance with the specified property values.

Méthodes protégées

Méthode Description
SecureChannelContext ( ) : System.Threading

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

Method Details

SecureChannelContext() protected méthode

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

SecureChannelContext() public méthode

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.
Résultat System.Threading