C# Class VideoCallServer.Form1

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: AnthonyNystrom/MobiVU

Public Properties

Property Type Description
_udpServer UDPServer

Public Methods

Method Description
AddLog ( string Message, string sFolder ) : void
Form1 ( ) : System
GetUser ( String sUser ) : User
GetUserFromIP ( String sIP ) : User
GetUserFromIPNoPort ( String sIP ) : User
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Form1_FormClosing ( object sender, FormClosingEventArgs e ) : void
Form1_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

butClearLog_Click ( object sender, EventArgs e ) : void
timer1_Tick ( object sender, EventArgs e ) : void
timer2_Tick ( object sender, EventArgs e ) : void
timer3_Tick ( object sender, EventArgs e ) : void

Method Details

AddLog() public method

public AddLog ( string Message, string sFolder ) : void
Message string
sFolder string
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Form1() public method

public Form1 ( ) : System
return System

GetUser() public method

public GetUser ( String sUser ) : User
sUser String
return User

GetUserFromIP() public method

public GetUserFromIP ( String sIP ) : User
sIP String
return User

GetUserFromIPNoPort() public method

public GetUserFromIPNoPort ( String sIP ) : User
sIP String
return User

GetUsrLst() public method

public GetUsrLst ( String sIP ) : String
sIP String
return String

HeartBeatUser() public method

public HeartBeatUser ( String sIP ) : bool
sIP String
return bool

RemoveUserDead() public method

public RemoveUserDead ( ) : void
return void

UpdateBytesRX() public method

public UpdateBytesRX ( int iBytes ) : void
iBytes int
return void

UpdateUserList() public method

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

Property Details

_udpServer public_oe property

public UDPServer,VideoCallServer _udpServer
return UDPServer