PipeServer(TMessage) Events

Tungsten Suite

PipeServerTMessage Events

The PipeServerTMessage generic type exposes the following members.

Events
  NameDescription
Public eventConnected
Raised when a client has connected to the server
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
Top
See Also