Method | Description | |
---|---|---|
Connect ( ) : void | ||
Connect ( int timeout ) : void | ||
ConnectAsync ( ) : System.Threading.Tasks.Task | ||
ConnectAsync ( System cancellationToken ) : System.Threading.Tasks.Task | ||
ConnectAsync ( int timeout ) : System.Threading.Tasks.Task | ||
ConnectAsync ( int timeout, System cancellationToken ) : System.Threading.Tasks.Task | ||
ConnectAsync ( ) : System.Threading.Task | ||
ConnectAsync ( |
||
ConnectAsync ( int timeout ) : System.Threading.Task | ||
ConnectAsync ( int timeout, |
||
NamedPipeClientStream ( System direction, bool isAsync, bool isConnected, Microsoft safePipeHandle ) | ||
NamedPipeClientStream ( string pipeName ) | ||
NamedPipeClientStream ( string serverName, string pipeName ) | ||
NamedPipeClientStream ( string serverName, string pipeName, System direction ) | ||
NamedPipeClientStream ( string serverName, string pipeName, System direction, System options ) | ||
NamedPipeClientStream ( string serverName, string pipeName, System direction, System options, System impersonationLevel ) | ||
NamedPipeClientStream ( string serverName, string pipeName, System direction, System options, System impersonationLevel, HandleInheritability inheritability ) |
Method | Description | |
---|---|---|
CheckPipePropertyOperations ( ) : void |
Method | Description | |
---|---|---|
CheckConnectOperationsClient ( ) : void | ||
ConnectInternal ( int timeout, |
||
NamedPipeClientStream ( PipeDirection direction, bool isAsync, bool isConnected, SafePipeHandle safePipeHandle ) : Microsoft.Win32.SafeHandles | ||
NamedPipeClientStream ( String pipeName ) : Microsoft.Win32.SafeHandles | ||
NamedPipeClientStream ( String serverName, String pipeName ) : Microsoft.Win32.SafeHandles | ||
NamedPipeClientStream ( String serverName, String pipeName, PipeDirection direction ) : Microsoft.Win32.SafeHandles | ||
NamedPipeClientStream ( String serverName, String pipeName, PipeDirection direction, PipeOptions options ) : Microsoft.Win32.SafeHandles | ||
NamedPipeClientStream ( String serverName, String pipeName, PipeDirection direction, PipeOptions options, TokenImpersonationLevel impersonationLevel ) : Microsoft.Win32.SafeHandles | ||
NamedPipeClientStream ( String serverName, String pipeName, PipeDirection direction, PipeOptions options, TokenImpersonationLevel impersonationLevel, HandleInheritability inheritability ) : Microsoft.Win32.SafeHandles | ||
TryConnect ( int timeout, CancellationToken cancellationToken ) : bool |
protected CheckPipePropertyOperations ( ) : void | ||
return | void |
public ConnectAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public ConnectAsync ( System cancellationToken ) : System.Threading.Tasks.Task | ||
cancellationToken | System | |
return | System.Threading.Tasks.Task |
public ConnectAsync ( int timeout ) : System.Threading.Tasks.Task | ||
timeout | int | |
return | System.Threading.Tasks.Task |
public ConnectAsync ( int timeout, System cancellationToken ) : System.Threading.Tasks.Task | ||
timeout | int | |
cancellationToken | System | |
return | System.Threading.Tasks.Task |
public ConnectAsync ( ) : System.Threading.Task | ||
return | System.Threading.Task |
public ConnectAsync ( |
||
cancellationToken | ||
return | System.Threading.Task |
public ConnectAsync ( int timeout ) : System.Threading.Task | ||
timeout | int | |
return | System.Threading.Task |
public ConnectAsync ( int timeout, |
||
timeout | int | |
cancellationToken | ||
return | System.Threading.Task |
public NamedPipeClientStream ( System direction, bool isAsync, bool isConnected, Microsoft safePipeHandle ) | ||
direction | System | |
isAsync | bool | |
isConnected | bool | |
safePipeHandle | Microsoft |
public NamedPipeClientStream ( string pipeName ) | ||
pipeName | string |
public NamedPipeClientStream ( string serverName, string pipeName ) | ||
serverName | string | |
pipeName | string |
public NamedPipeClientStream ( string serverName, string pipeName, System direction ) | ||
serverName | string | |
pipeName | string | |
direction | System |
public NamedPipeClientStream ( string serverName, string pipeName, System direction, System options ) | ||
serverName | string | |
pipeName | string | |
direction | System | |
options | System |
public NamedPipeClientStream ( string serverName, string pipeName, System direction, System options, System impersonationLevel ) | ||
serverName | string | |
pipeName | string | |
direction | System | |
options | System | |
impersonationLevel | System |
public NamedPipeClientStream ( string serverName, string pipeName, System direction, System options, System impersonationLevel, HandleInheritability inheritability ) | ||
serverName | string | |
pipeName | string | |
direction | System | |
options | System | |
impersonationLevel | System | |
inheritability | HandleInheritability |