OPC Studio User's Guide and Reference
UACommunicationProfile Class Members
Fields  Properties  Methods 


OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace : UACommunicationProfile Class

The following tables list the members exposed by UACommunicationProfile.

Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.  
Top
Public Fields
 NameDescription
Public FieldDefault value of the DataEncodingName property.

The value of this constant is "" (String.Empty).

 
Public FieldDefault value of the MessageSecurityModes property.

The value of this constant is OpcLabs.EasyOpc.UA.Engine.UAMessageSecurityModes.All.

 
Public FieldDefault value of the ProtocolName property.

The value of this constant is "" (String.Empty).

 
Public FieldDefault value of the SecurityPolicyUriString property.

The value of this constant is "" (String.Empty).

 
Public FieldDefault value of the TransportProfileUriString property.

The value of this constant is "" (String.Empty).

 
Top
Public Properties
 NameDescription
Public PropertySpecifies the name of the data encoding of the endpoint.  
Public Propertystatic (Shared in Visual Basic)Default OPC UA communication profile.  
Public PropertySpecifies the name of the message security mode of the endpoint.  
Public PropertySpecifies which message security modes are allowed or used.  
Public PropertySpecifies the name of the protocol of the endpoint.  
Public PropertyWhen not an empty string, specifies the display name of the security policy of the endpoint.  
Public PropertyWhen not a null reference, specifies the security policy URI of the endpoint.  
Public PropertyWhen not an empty string, specifies the security policy URI string of the endpoint.  
Public PropertyCommunication profile specifier in string form, <MessageSecurityMode>:<SecurityPolicy>:<DataEncoding>.  
Public PropertyA symbolic name of the current parameter combination if it has a standard name. Empty otherwise. (Inherited from OpcLabs.BaseLib.Parameters)
Public PropertyWhen not an empty string, specifies the display name of the transport profile of the endpoint.  
Public PropertyWhen not a null reference, specifies the transport profile URI of the endpoint.  
Public PropertyWhen not an empty string, specifies the transport profile URI string of the endpoint.  
Top
Public Methods
 NameDescription
Public MethodOverridden.   
Public MethodOverloaded. Overridden. Determines whether this object is equal to the other.  
Public Methodstatic (Shared in Visual Basic)Converts a string (communication profile specifier) to a UACommunicationProfile object.  
Public MethodOverridden.   
Public MethodOverridden.   
Public Method (Inherited from OpcLabs.BaseLib.Info)
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public Method (Inherited from OpcLabs.BaseLib.Info)
Public MethodOverridden.   
Public Method (Inherited from OpcLabs.BaseLib.Info)
Top
Protected Methods
 NameDescription
Protected MethodInfrastructure. Copies data from the specified parameter object into the current parameter object. (Inherited from OpcLabs.BaseLib.Parameters)
Protected MethodAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object)
Protected MethodIndicates the standard name for the default combination of parameters. (Inherited from OpcLabs.BaseLib.Parameters)
Protected MethodReturns a collection of standard values for the OpcLabs.BaseLib.Parameters.StandardName property. (Inherited from OpcLabs.BaseLib.Parameters)
Protected MethodInfrastructure. (Inherited from OpcLabs.BaseLib.Parameters)
Protected MethodCreates a shallow copy of the current System.Object. (Inherited from object)
Protected MethodOverridden. Infrastructure.  
Protected MethodOverridden. Infrastructure.  
Top
Extension Methods
 NameDescription
Public Extension MethodSets the arbitrary object associated with the node.
Top
Public Operators
Determines whether the two objects are equal.
Converts a string (communication profile specifier) to a UACommunicationProfile object.
Determines whether the two objects are not equal.
Top
See Also

Reference

UACommunicationProfile Class
OpcLabs.EasyOpc.UA Namespace