Gets a value indicating whether file represents a named pipe.
Namespace: Renci.SshNet.SftpAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
public bool IsNamedPipe { get; private set; }public bool IsNamedPipe { get; private set; }Public Property IsNamedPipe As Boolean
Get
Private Set
Public Property IsNamedPipe As Boolean
Get
Private Set
public:
property bool IsNamedPipe {
bool get ();
private: void set (bool value);
}public:
property bool IsNamedPipe {
bool get ();
private: void set (bool value);
}Field Value
true if file represents a named pipe; otherwise,
false.