C# 클래스 VideoCallServer.Form1

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: AnthonyNystrom/MobiVU

공개 프로퍼티들

프로퍼티 타입 설명
_udpServer UDPServer

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

AddLog() 공개 메소드

public AddLog ( string Message, string sFolder ) : void
Message string
sFolder string
리턴 void

Dispose() 보호된 메소드

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

Form1() 공개 메소드

public Form1 ( ) : System
리턴 System

GetUser() 공개 메소드

public GetUser ( String sUser ) : User
sUser String
리턴 User

GetUserFromIP() 공개 메소드

public GetUserFromIP ( String sIP ) : User
sIP String
리턴 User

GetUserFromIPNoPort() 공개 메소드

public GetUserFromIPNoPort ( String sIP ) : User
sIP String
리턴 User

GetUsrLst() 공개 메소드

public GetUsrLst ( String sIP ) : String
sIP String
리턴 String

HeartBeatUser() 공개 메소드

public HeartBeatUser ( String sIP ) : bool
sIP String
리턴 bool

RemoveUserDead() 공개 메소드

public RemoveUserDead ( ) : void
리턴 void

UpdateBytesRX() 공개 메소드

public UpdateBytesRX ( int iBytes ) : void
iBytes int
리턴 void

UpdateUserList() 공개 메소드

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
리턴 void

프로퍼티 상세

_udpServer 공개적으로 프로퍼티

public UDPServer,VideoCallServer _udpServer
리턴 UDPServer