.NET Based OPC UA Client/Server SDK  3.1.0.500
UnifiedAutomation.UaBase.EndpointDescription Class Reference

More...

Inherits UnifiedAutomation.UaBase.IEncodeable.

Public Member Functions

 EndpointDescription ()
 
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]
 
ApplicationDescription Server [get, set]
 
byte[] ServerCertificate [get, set]
 
MessageSecurityMode SecurityMode [get, set]
 
string SecurityPolicyUri [get, set]
 
UserTokenPolicyCollection UserIdentityTokens [get, set]
 
string TransportProfileUri [get, set]
 
byte SecurityLevel [get, set]
 
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

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.EndpointDescription.EndpointDescription ( )
inline

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.

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: