C# Class WebApplications.Utilities.Service.Client.NamedPipeServerInfo

Inheritance: WebApplications.Utilities.Formatting.ResolvableWriteable
Exibir arquivo Open project: webappsuk/CoreLibraries Class Usage Examples

Public Properties

Property Type Description
Guid System.Guid
IsValid bool

Public Methods

Method Description
Resolve ( FormatWriteContext context, FormatChunk chunk ) : object

Resolves the specified tag.

Private Methods

Method Description
NamedPipeServerInfo ( [ pipe ) : System

Initializes a new instance of the NamedPipeServerInfo class.

Method Details

Resolve() public method

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.
return object

Property Details

Guid public_oe property

The unique identifier
public Guid,System Guid
return System.Guid

IsValid public_oe property

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