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

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

Inherits UnifiedAutomation.UaBase.IServiceResponse, and UnifiedAutomation.UaBase.IEncodeable.

Public Member Functions

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

Properties

ResponseHeader ResponseHeader [get, set]
 A standard header included in all responses returned by servers. More...
 
NodeId SessionId [get, set]
 A identifier which uniquely identifies the session. More...
 
NodeId AuthenticationToken [get, set]
 The token used to authenticate the client in subsequent requests. More...
 
double RevisedSessionTimeout [get, set]
 The session timeout in milliseconds. More...
 
byte[] ServerNonce [get, set]
 A random number generated by the server. More...
 
byte[] ServerCertificate [get, set]
 The application certificate for the server. More...
 
EndpointDescriptionCollection ServerEndpoints [get, set]
 The endpoints provided by the server. More...
 
SignedSoftwareCertificateCollection ServerSoftwareCertificates [get, set]
 The software certificates owned by the server. More...
 
SignatureData ServerSignature [get, set]
 A signature created with the server certificate. More...
 
uint MaxRequestMessageSize [get, set]
 The maximum message size accepted by the server. More...
 
virtual ExpandedNodeId TypeId [get]
 
 
virtual ExpandedNodeId BinaryEncodingId [get]
 
 
virtual ExpandedNodeId XmlEncodingId [get]
 
 
- Properties inherited from UnifiedAutomation.UaBase.IServiceResponse
ResponseHeader ResponseHeader [get, set]
 The header for the response. 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.CreateSessionResponse.CreateSessionResponse ( )

The default constructor.

Property Documentation

NodeId UnifiedAutomation.UaBase.CreateSessionResponse.AuthenticationToken
getset

The token used to authenticate the client in subsequent requests.

uint UnifiedAutomation.UaBase.CreateSessionResponse.MaxRequestMessageSize
getset

The maximum message size accepted by the server.

ResponseHeader UnifiedAutomation.UaBase.CreateSessionResponse.ResponseHeader
getset

A standard header included in all responses returned by servers.

double UnifiedAutomation.UaBase.CreateSessionResponse.RevisedSessionTimeout
getset

The session timeout in milliseconds.

byte [] UnifiedAutomation.UaBase.CreateSessionResponse.ServerCertificate
getset

The application certificate for the server.

EndpointDescriptionCollection UnifiedAutomation.UaBase.CreateSessionResponse.ServerEndpoints
getset

The endpoints provided by the server.

byte [] UnifiedAutomation.UaBase.CreateSessionResponse.ServerNonce
getset

A random number generated by the server.

SignatureData UnifiedAutomation.UaBase.CreateSessionResponse.ServerSignature
getset

A signature created with the server certificate.

SignedSoftwareCertificateCollection UnifiedAutomation.UaBase.CreateSessionResponse.ServerSoftwareCertificates
getset

The software certificates owned by the server.

NodeId UnifiedAutomation.UaBase.CreateSessionResponse.SessionId
getset

A identifier which uniquely identifies the session.


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