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

Inheritance: WebApplications.Utilities.Formatting.ResolvableWriteable
Afficher le fichier Open project: webappsuk/CoreLibraries Class Usage Examples

Méthodes publiques

Свойство Type Description
Guid System.Guid
IsValid bool

Méthodes publiques

Méthode Description
Resolve ( FormatWriteContext context, FormatChunk chunk ) : object

Resolves the specified tag.

Private Methods

Méthode Description
NamedPipeServerInfo ( [ pipe ) : System

Initializes a new instance of the NamedPipeServerInfo class.

Method Details

Resolve() public méthode

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.
Résultat object

Property Details

Guid public_oe property

The unique identifier
public Guid,System Guid
Résultat System.Guid

IsValid public_oe property

Whether this is a valid service pipe name.
public bool IsValid
Résultat bool