C# Class ClientServer.ClientServerProgram

Show file Open project: shendongnian/code

Public Methods

Method Description
Main ( ) : void
ReceiveCallback ( IAsyncResult AsyncCall ) : void
SendHeader ( string sMIMEHeader, int iTotBytes, string sStatusCode, Socket &mySocket ) : void

Method Details

Main() public static method

public static Main ( ) : void
return void

ReceiveCallback() public static method

public static ReceiveCallback ( IAsyncResult AsyncCall ) : void
AsyncCall IAsyncResult
return void

SendHeader() public static method

public static SendHeader ( string sMIMEHeader, int iTotBytes, string sStatusCode, Socket &mySocket ) : void
sMIMEHeader string
iTotBytes int
sStatusCode string
mySocket Socket
return void