C# Class Opc.Ua.Client.Controls.ConfiguredServerDlg.EndpointDescriptionString

This class is used by the EndopintListLB (list box). Holds references to the received EndpointDescription and its MessageSecurityMode, SecurityPolicyUri, MessageSecurityMode and EncodingSupport. Also prepares a user-friendly text representation of all the endpoint-rellevant characteristics. The extracted EndpointDescription properties are used in selecting the right combo-box values when user clicks in the endpoint list box.
ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
EndpointDescriptionString ( EndpointDescription endpointDescription ) : System
ToString ( ) : string

Private Methods

Method Description
BuildEndpointDescription ( ) : void

Method Details

EndpointDescriptionString() public method

public EndpointDescriptionString ( EndpointDescription endpointDescription ) : System
endpointDescription EndpointDescription
return System

ToString() public method

public ToString ( ) : string
return string