Table of Contents

Property Path

Namespace
Bonsai.IO
Assembly
Bonsai.System.dll

Path

Gets or sets the identifier of the stream on which to write the elements.

public string Path { get; set; }

Property Value

string

Remarks

If the identifier uses the named pipe prefix \.\pipe</code>, a corresponding NamedPipeServerStream object is created; otherwise a regular FileStream is used.