C# 클래스 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.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
EndpointDescriptionString ( EndpointDescription endpointDescription ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
BuildEndpointDescription ( ) : void

메소드 상세

EndpointDescriptionString() 공개 메소드

public EndpointDescriptionString ( EndpointDescription endpointDescription ) : System
endpointDescription EndpointDescription
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string