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

Creates a new session with the server. More...

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

Public Member Functions

 CreateSessionRequest ()
 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...
 
ApplicationDescription ClientDescription [get, set]
 Describes the client application. More...
 
string ServerUri [get, set]
 The URI of the server that the client wants to create a session with. More...
 
string EndpointUrl [get, set]
 The URL that the client used to connect to the server. More...
 
string SessionName [get, set]
 A name for the session provided by the client. More...
 
byte[] ClientNonce [get, set]
 A random number generated by the client. More...
 
byte[] ClientCertificate [get, set]
 The application certificate for the client. More...
 
double RequestedSessionTimeout [get, set]
 The requested session timeout in milliseconds. More...
 
uint MaxResponseMessageSize [get, set]
 The maximum message size accepted by the client. 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 new session with the server.

<exclude>

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.CreateSessionRequest.CreateSessionRequest ( )

The default constructor.

Property Documentation

byte [] UnifiedAutomation.UaBase.CreateSessionRequest.ClientCertificate
getset

The application certificate for the client.

ApplicationDescription UnifiedAutomation.UaBase.CreateSessionRequest.ClientDescription
getset

Describes the client application.

byte [] UnifiedAutomation.UaBase.CreateSessionRequest.ClientNonce
getset

A random number generated by the client.

string UnifiedAutomation.UaBase.CreateSessionRequest.EndpointUrl
getset

The URL that the client used to connect to the server.

uint UnifiedAutomation.UaBase.CreateSessionRequest.MaxResponseMessageSize
getset

The maximum message size accepted by the client.

double UnifiedAutomation.UaBase.CreateSessionRequest.RequestedSessionTimeout
getset

The requested session timeout in milliseconds.

RequestHeader UnifiedAutomation.UaBase.CreateSessionRequest.RequestHeader
getset

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

string UnifiedAutomation.UaBase.CreateSessionRequest.ServerUri
getset

The URI of the server that the client wants to create a session with.

string UnifiedAutomation.UaBase.CreateSessionRequest.SessionName
getset

A name for the session provided by the client.


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