C# Class WoWClassic.Common.Network.Server

Exibir arquivo Open project: miceiken/WoWClassicAuthServer Class Usage Examples

Protected Properties

Property Type Description
m_Listener Socket

Public Methods

Method Description
Listen ( IPEndPoint endPoint ) : void
Server ( ) : System

Protected Methods

Method Description
AcceptCallback ( IAsyncResult ar ) : void

Private Methods

Method Description
AcceptLoop ( ) : void

Method Details

AcceptCallback() protected method

protected AcceptCallback ( IAsyncResult ar ) : void
ar IAsyncResult
return void

Listen() public method

public Listen ( IPEndPoint endPoint ) : void
endPoint System.Net.IPEndPoint
return void

Server() public method

public Server ( ) : System
return System

Property Details

m_Listener protected_oe property

protected Socket m_Listener
return Socket