PipeServer Events

Tungsten Suite

PipeServer Events

The PipeServer type exposes the following members.

Events
  NameDescription
Public eventConnected
Raised when a client has connected to the server
(Inherited from PipeServerTMessage.)
Public eventDisconnected
Raised when the pipe has disconnected
(Inherited from Pipe.)
Public eventMessageReceived
Raised when a message has been received
(Inherited from PipeTMessage.)
Public eventStartException
Raised if an exception occurs while creating the NamedPipeServerStream
(Inherited from PipeServerTMessage.)
Top
See Also