C# 클래스 WebApplications.Utilities.Service.Client.NamedPipeServerInfo

상속: WebApplications.Utilities.Formatting.ResolvableWriteable
파일 보기 프로젝트 열기: webappsuk/CoreLibraries 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Guid System.Guid
IsValid bool

공개 메소드들

메소드 설명
Resolve ( FormatWriteContext context, FormatChunk chunk ) : object

Resolves the specified tag.

비공개 메소드들

메소드 설명
NamedPipeServerInfo ( [ pipe ) : System

Initializes a new instance of the NamedPipeServerInfo class.

메소드 상세

Resolve() 공개 메소드

Resolves the specified tag.
public Resolve ( FormatWriteContext context, FormatChunk chunk ) : object
context WebApplications.Utilities.Formatting.FormatWriteContext The context.
chunk WebApplications.Utilities.Formatting.FormatChunk The chunk.
리턴 object

프로퍼티 상세

Guid 공개적으로 프로퍼티

The unique identifier
public Guid,System Guid
리턴 System.Guid

IsValid 공개적으로 프로퍼티

Whether this is a valid service pipe name.
public bool IsValid
리턴 bool