Property Path
Path
Gets or sets the identifier of the named stream from which to read the samples.
public string Path { get; set; }
Property Value
Remarks
If the identifier uses the named pipe prefix \.\pipe</code>, a corresponding
NamedPipeClientStream object is created; otherwise a regular
FileStream is used.