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

More...

Inherits UnifiedAutomation.UaBase.IEncodeable.

Public Member Functions

 EndpointDescription ()
 The default constructor. More...
 
virtual void Encode (IEncoder encoder)
 
 
virtual void Decode (IDecoder decoder)
 
 
virtual bool IsEqual (IEncodeable encodeable)
 Checks if encodeable is the same object or has the same content More...
 
virtual object Clone ()
 
 
 EndpointDescription (string endpointUrl)
 Initializes a new instance of the EndpointDescription class. More...
 
override string ToString ()
 Returns a System.String that represents this instance. More...
 
string ToString (string format, IFormatProvider formatProvider)
 Returns a System.String that represents this instance. More...
 
UserTokenPolicy FindUserTokenPolicy (string policyId)
 Finds the user token policy with the specified id. More...
 
UserTokenPolicy FindUserTokenPolicy (UserTokenType tokenType, XmlQualifiedName issuedTokenType)
 Finds a token policy that matches the user identity specified. More...
 
UserTokenPolicy FindUserTokenPolicy (UserTokenType tokenType, string issuedTokenType)
 Finds a token policy that matches the user identity specified. More...
 

Properties

string EndpointUrl [get, set]
  More...
 
ApplicationDescription Server [get, set]
  More...
 
byte[] ServerCertificate [get, set]
  More...
 
MessageSecurityMode SecurityMode [get, set]
  More...
 
string SecurityPolicyUri [get, set]
  More...
 
UserTokenPolicyCollection UserIdentityTokens [get, set]
  More...
 
string TransportProfileUri [get, set]
  More...
 
byte SecurityLevel [get, set]
  More...
 
virtual ExpandedNodeId TypeId [get]
 
 
virtual ExpandedNodeId BinaryEncodingId [get]
 
 
virtual ExpandedNodeId XmlEncodingId [get]
 
 
object UserData [get, set]
 Gets or sets the user data. 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

The description for an endpoint.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.EndpointDescription.EndpointDescription ( )
inline

The default constructor.

UnifiedAutomation.UaBase.EndpointDescription.EndpointDescription ( string  endpointUrl)
inline

Initializes a new instance of the EndpointDescription class.

Parameters
endpointUrlThe endpoint URL.

Member Function Documentation

UserTokenPolicy UnifiedAutomation.UaBase.EndpointDescription.FindUserTokenPolicy ( string  policyId)
inline

Finds the user token policy with the specified id.

UserTokenPolicy UnifiedAutomation.UaBase.EndpointDescription.FindUserTokenPolicy ( UserTokenType  tokenType,
XmlQualifiedName  issuedTokenType 
)
inline

Finds a token policy that matches the user identity specified.

UserTokenPolicy UnifiedAutomation.UaBase.EndpointDescription.FindUserTokenPolicy ( UserTokenType  tokenType,
string  issuedTokenType 
)
inline

Finds a token policy that matches the user identity specified.

virtual bool UnifiedAutomation.UaBase.EndpointDescription.IsEqual ( IEncodeable  encodeable)
inlinevirtual

Checks if encodeable is the same object or has the same content

Parameters
encodeable
Returns
override string UnifiedAutomation.UaBase.EndpointDescription.ToString ( )
inline

Returns a System.String that represents this instance.

Returns
A System.String that represents this instance.
string UnifiedAutomation.UaBase.EndpointDescription.ToString ( string  format,
IFormatProvider  formatProvider 
)
inline

Returns a System.String that represents this instance.

Parameters
formatThe format.
formatProviderThe format provider.
Returns
A System.String that represents this instance.

Property Documentation

string UnifiedAutomation.UaBase.EndpointDescription.EndpointUrl
getset

byte UnifiedAutomation.UaBase.EndpointDescription.SecurityLevel
getset

MessageSecurityMode UnifiedAutomation.UaBase.EndpointDescription.SecurityMode
getset

string UnifiedAutomation.UaBase.EndpointDescription.SecurityPolicyUri
getset

ApplicationDescription UnifiedAutomation.UaBase.EndpointDescription.Server
getset

byte [] UnifiedAutomation.UaBase.EndpointDescription.ServerCertificate
getset

string UnifiedAutomation.UaBase.EndpointDescription.TransportProfileUri
getset

object UnifiedAutomation.UaBase.EndpointDescription.UserData
getset

Gets or sets the user data.

The user data.

UserTokenPolicyCollection UnifiedAutomation.UaBase.EndpointDescription.UserIdentityTokens
getset


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