C# Класс Opc.Ua.SecureChannelContext

Stores context information for the current secure channel.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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