Свойство | Тип | Описание | |
---|---|---|---|
_disposed | bool | ||
_handle | |||
_maxReadBytes | int | ||
_name | string |
Метод | Описание | |
---|---|---|
CheckIfDisposed ( ) : void |
Checks if the pipe connection is disposed. This check is done before performing any pipe operations. |
|
Close ( ) : void |
Closes the pipe connection.
|
|
Connect ( ) : void |
Connects a pipe connection.
|
|
Dispose ( ) : void |
Disposes a pipe connection by closing the underlying native handle.
|
|
GetState ( ) : InterProcessConnectionState |
object.
|
|
Read ( ) : string |
Reads a message from the pipe connection and converts it to a string using the UTF8 encoding.
|
|
ReadBytes ( ) : byte[] |
Reads a message from the pipe connection.
|
|
Write ( string text ) : void |
Writes a string to the pipe connection/
|
|
WriteBytes ( byte bytes ) : void |
Writes an array of bytes to the pipe connection.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes a pipe connection by closing the underlying native handle.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | A boolean indicating how the method is called. |
Результат | void |
public GetState ( ) : InterProcessConnectionState | ||
Результат | InterProcessConnectionState |
public Write ( string text ) : void | ||
text | string | The text to write. |
Результат | void |
public WriteBytes ( byte bytes ) : void | ||
bytes | byte | The bytes array. |
Результат | void |
protected PipeHandle,Rsdn.Janus.Framework.Ipc _handle | ||
Результат |