Property PipeName
PipeName
Gets or sets the name used to make named pipe, or null for default.
Declaration
public static string PipeName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Remarks
This property can be changed before connecting to a TopSolid host on the same machine using named pipes if the default name is not convenient (in particular when several TopSolid processes are running at the same time), it is not needed to change it otherwize.
This property cannot be set once connected to TopSolid, i.e. when IsConnected is true.