Property | Type | Description | |
---|---|---|---|
_udpServer |
Method | Description | |
---|---|---|
AddLog ( string Message, string sFolder ) : void | ||
Form1 ( ) : System | ||
GetUser ( String sUser ) : |
||
GetUserFromIP ( String sIP ) : |
||
GetUserFromIPNoPort ( String sIP ) : |
||
GetUsrLst ( String sIP ) : String | ||
HeartBeatUser ( String sIP ) : bool | ||
RemoveUserDead ( ) : void | ||
UpdateBytesRX ( int iBytes ) : void | ||
UpdateUserList ( string sUsr, String sIP, string sPortVideo, string sPortAudio, bool bAdd, Socket sck ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
Form1_FormClosing ( object sender, |
||
Form1_Load ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
butClearLog_Click ( object sender, |
||
timer1_Tick ( object sender, |
||
timer2_Tick ( object sender, |
||
timer3_Tick ( object sender, |
public AddLog ( string Message, string sFolder ) : void | ||
Message | string | |
sFolder | string | |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public GetUserFromIPNoPort ( String sIP ) : |
||
sIP | String | |
return |
public UpdateUserList ( string sUsr, String sIP, string sPortVideo, string sPortAudio, bool bAdd, Socket sck ) : void | ||
sUsr | string | |
sIP | String | |
sPortVideo | string | |
sPortAudio | string | |
bAdd | bool | |
sck | Socket | |
return | void |