Photon Server API
Namespaces | |
| namespace | Http |
| namespace | Pgm |
| namespace | Stub |
| namespace | Udp |
Classes | |
| class | AsyncSocketReceiver |
| The AsyncSocketReceiver receives data from a socket using the asynchronous programming model including IO completion ports. More... | |
| class | BatchMessage |
| batch message. | |
| class | BinaryBuffer |
| binary buffer. More... | |
| interface | ISocketReceiver |
| Interface for a class that receives data from a socket. More... | |
| interface | ISocketSender |
| Interface for a class that sends data to a socket. More... | |
| class | PooledReceiver |
| This ISocketReceiver wrapper dispatches received data async with the .NET thread pool. More... | |
| class | PooledSender |
| This ISocketSender wrapper is used to send the data async using a the .NET thread pool. An optional settings allows the PooledSender to send multiple messages in a batch. More... | |
| class | SocketAcceptEventArgs |
| The socket accept event args. Used by the PgmReceiver. More... | |
| class | SocketDisconnectEventArgs |
| The socket disconnect event args. Used by the PgmReceiver. More... | |
| class | SocketEndPoint |
| class | SocketHelper |
| Internal helper methods. | |
| class | SocketReceiveEventArgs |
| The socket receive event args. More... | |