NamedPipeServer<(Of <(<'TReadWrite>)>)> Events
The NamedPipeServer<(Of <(<'TReadWrite>)>)> type exposes the following members.
Events
Name | Description | |
---|---|---|
![]() |
ClientConnected |
Invoked whenever a client connects to the server.
(Inherited from Server<(Of <(<'TRead, TWrite>)>)>.) |
![]() |
ClientDisconnected |
Invoked whenever a client disconnects from the server.
(Inherited from Server<(Of <(<'TRead, TWrite>)>)>.) |
![]() |
ClientMessage |
Invoked whenever a client sends a message to the server.
(Inherited from Server<(Of <(<'TRead, TWrite>)>)>.) |
![]() |
Error |
Invoked whenever an exception is thrown during a read or write operation.
(Inherited from Server<(Of <(<'TRead, TWrite>)>)>.) |