C# Class Blaze.Server.BlazeServer

Show file Open project: sebastian-malek/blaze-server Class Usage Examples

Public Properties

Property Type Description
Clients Client>.Dictionary

Public Methods

Method Description
Start ( ) : void

Private Methods

Method Description
AcceptCallback ( IAsyncResult ar ) : void
AuthenticateAsServerCallback ( IAsyncResult ar ) : void
BlazeServer ( ) : System
CloseSocket ( IAsyncResult ar ) : void
ReadCallback ( IAsyncResult ar ) : void

Method Details

Start() public static method

public static Start ( ) : void
return void

Property Details

Clients public static property

public static Dictionary Clients
return Client>.Dictionary