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

The description of a endpoint that can be used to access a server. 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)
 
 
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]
 The network endpoint to use when connecting to the server. More...
 
ApplicationDescription Server [get, set]
 The description of the server. More...
 
byte[] ServerCertificate [get, set]
 The server's application certificate. More...
 
MessageSecurityMode SecurityMode [get, set]
 The security mode that must be used when connecting to the endpoint. More...
 
string SecurityPolicyUri [get, set]
 The security policy to use when connecting to the endpoint. More...
 
UserTokenPolicyCollection UserIdentityTokens [get, set]
 The user identity tokens that can be used with this endpoint. More...
 
string TransportProfileUri [get, set]
 The transport profile to use when connecting to the endpoint. More...
 
byte SecurityLevel [get, set]
 A server assigned value that indicates how secure the endpoint is relative to other server endpoints. 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 of a endpoint that can be used to access a server.

The description for an endpoint.

<exclude>

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.EndpointDescription.EndpointDescription ( )

The default constructor.

UnifiedAutomation.UaBase.EndpointDescription.EndpointDescription ( string  endpointUrl)

Initializes a new instance of the EndpointDescription class.

Parameters
endpointUrlThe endpoint URL.

Member Function Documentation

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

Finds the user token policy with the specified id.

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

Finds a token policy that matches the user identity specified.

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

Finds a token policy that matches the user identity specified.

override string UnifiedAutomation.UaBase.EndpointDescription.ToString ( )

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 
)

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

The network endpoint to use when connecting to the server.

byte UnifiedAutomation.UaBase.EndpointDescription.SecurityLevel
getset

A server assigned value that indicates how secure the endpoint is relative to other server endpoints.

MessageSecurityMode UnifiedAutomation.UaBase.EndpointDescription.SecurityMode
getset

The security mode that must be used when connecting to the endpoint.

string UnifiedAutomation.UaBase.EndpointDescription.SecurityPolicyUri
getset

The security policy to use when connecting to the endpoint.

ApplicationDescription UnifiedAutomation.UaBase.EndpointDescription.Server
getset

The description of the server.

byte [] UnifiedAutomation.UaBase.EndpointDescription.ServerCertificate
getset

The server's application certificate.

string UnifiedAutomation.UaBase.EndpointDescription.TransportProfileUri
getset

The transport profile to use when connecting to the endpoint.

object UnifiedAutomation.UaBase.EndpointDescription.UserData
getset

Gets or sets the user data.

The user data.

UserTokenPolicyCollection UnifiedAutomation.UaBase.EndpointDescription.UserIdentityTokens
getset

The user identity tokens that can be used with this endpoint.


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