PipesClient Class

Definition

Client using named pipes

public sealed class PipesClient : VoltRpc.Communication.Client
Inheritance
System.Object
PipesClient

Constructors

PipesClient(String, Int32, Int32)

Creates a new PipesClient instance

PipesClient(String, Int32)

Creates a new PipesClient instance

PipesClient(String, String, Int32, Int32)

Creates a new PipesClient instance

PipesClient(String, String, Int32)

Creates a new PipesClient instance

Fields

DefaultBufferSize

The default size of the buffers

(Inherited from Client)
DefaultConnectionTimeout

Default connection timeout time

Properties

HasDisposed

Has this object been disposed

(Inherited from Client)
IsConnected

Is the Client connected

(Inherited from Client)
TypeReaderWriterManager

The TypeReaderWriterManager for Client

(Inherited from Client)

Methods

AddService(Type)

Tells the Client what interfaces you might be using

(Inherited from Client)
AddService<T>()

Tells the Client what interfaces you might be using

(Inherited from Client)
CheckDispose()

Checks the disposal state on this object

(Inherited from Client)
Connect()

Connects the Client to a host

Dispose()

Destroys the Client instance

Initialize(BufferedReader, BufferedWriter)

Initialize streams

(Inherited from Client)
Initialize(Stream, Stream)

Initialize streams

(Inherited from Client)
InvokeMethod(String, Object[])

Invokes a method on the server

(Inherited from Client)
SetProtocolVersion(Object)

Sets what protocol version to use.

Set value to null to reset back to none.

(Inherited from Client)