C# Class YurikoCS.PacketHandler

显示文件 Open project: ItalianDevs4PM/Yuriko-CS Class Usage Examples

Public Properties

Property Type Description
server System.Net.Sockets.UdpClient

Public Methods

Method Description
PacketHandler ( int port ) : System
Start ( ) : void
StartSendThread ( ) : void

Private Methods

Method Description
BeginReceive ( ) : void
ReceiveCallback ( IAsyncResult res ) : void
SendPacketThread ( ) : void

Method Details

PacketHandler() public method

public PacketHandler ( int port ) : System
port int
return System

Start() public method

public Start ( ) : void
return void

StartSendThread() public method

public StartSendThread ( ) : void
return void

Property Details

server public_oe static_oe property

public static UdpClient,System.Net.Sockets server
return System.Net.Sockets.UdpClient