UA Bundle SDK .NET  2.1.2.227
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaBase.OpenSecureChannelRequest Class Reference

Creates a secure channel with a server. More...

Inherits UnifiedAutomation.UaBase.IServiceRequest, and UnifiedAutomation.UaBase.IEncodeable.

Public Member Functions

 OpenSecureChannelRequest ()
 The default constructor. More...
 
virtual void Encode (IEncoder encoder)
 
 
virtual void Decode (IDecoder decoder)
 
 
virtual bool IsEqual (IEncodeable encodeable)
 
 
virtual object Clone ()
 
 

Properties

RequestHeader RequestHeader [get, set]
 A standard header included in all requests sent to a server. More...
 
uint ClientProtocolVersion [get, set]
 The version of protocol used by the client. More...
 
SecurityTokenRequestType RequestType [get, set]
 Whether the channel is being created or renewed. More...
 
MessageSecurityMode SecurityMode [get, set]
 The security mode to use with the channel. More...
 
byte[] ClientNonce [get, set]
 A random number generated by the client. More...
 
uint RequestedLifetime [get, set]
 The channel lifetime in milliseconds. More...
 
virtual ExpandedNodeId TypeId [get]
 
 
virtual ExpandedNodeId BinaryEncodingId [get]
 
 
virtual ExpandedNodeId XmlEncodingId [get]
 
 
- Properties inherited from UnifiedAutomation.UaBase.IServiceRequest
RequestHeader RequestHeader [get, set]
 The header for the request. More...
 
- Properties inherited from UnifiedAutomation.UaBase.IEncodeable
ExpandedNodeId TypeId [get]
 Returns the UA type identifier for the encodable type. More...
 
ExpandedNodeId BinaryEncodingId [get]
 Returns the UA type identifier for the default binary encoding for the type. More...
 
ExpandedNodeId XmlEncodingId [get]
 Returns the UA type identifier for the default XML encoding for the type. More...
 

Detailed Description

Creates a secure channel with a server.

<exclude>

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.OpenSecureChannelRequest.OpenSecureChannelRequest ( )

The default constructor.

Property Documentation

byte [] UnifiedAutomation.UaBase.OpenSecureChannelRequest.ClientNonce
getset

A random number generated by the client.

uint UnifiedAutomation.UaBase.OpenSecureChannelRequest.ClientProtocolVersion
getset

The version of protocol used by the client.

uint UnifiedAutomation.UaBase.OpenSecureChannelRequest.RequestedLifetime
getset

The channel lifetime in milliseconds.

RequestHeader UnifiedAutomation.UaBase.OpenSecureChannelRequest.RequestHeader
getset

A standard header included in all requests sent to a server.

SecurityTokenRequestType UnifiedAutomation.UaBase.OpenSecureChannelRequest.RequestType
getset

Whether the channel is being created or renewed.

MessageSecurityMode UnifiedAutomation.UaBase.OpenSecureChannelRequest.SecurityMode
getset

The security mode to use with the channel.


The documentation for this class was generated from the following file: