C# 클래스 WebRTC_Sample.DebugForm

파일 보기 프로젝트 열기: PearLtd/iWebRTC

공개 메소드들

메소드 설명
DebugForm ( WebRTCConnection connection ) : System

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
DebugForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
DebugForm_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.

StartSendingJunk ( ) : void
mConnection_DebugEvents_OnCongestionWindowSizeChanged ( WebRTCConnection sender, int windowSize ) : void
mConnection_DebugEvents_OnFastRecovery ( WebRTCConnection sender, bool EnterFastRecovery ) : void
mConnection_DebugEvents_OnHold ( WebRTCConnection sender, int holdCount ) : void
mConnection_DebugEvents_OnRTTCalculated ( WebRTCConnection sender, int SRTT ) : void
mConnection_DebugEvents_OnReceiverCredits ( WebRTCConnection sender, int receiverCredits ) : void
mConnection_DebugEvents_OnSACKReceived ( WebRTCConnection sender, uint TSN ) : void
mConnection_DebugEvents_OnSendFastRetry ( WebRTCConnection sender, int retryCount ) : void
mConnection_DebugEvents_OnSendRetry ( WebRTCConnection sender, int retryCount ) : void
mConnection_DebugEvents_OnT3RTX ( WebRTCConnection sender, bool IsExpired, bool IsEnabled, int RTOValue ) : void
mConnection_DebugEvents_OnTSNFloorNotRaised ( WebRTCConnection sender, int resendCounter ) : void
mConnection_OnConnectionSendOk ( WebRTCConnection sender ) : void

메소드 상세

DebugForm() 공개 메소드

public DebugForm ( WebRTCConnection connection ) : System
connection WebRTCConnection
리턴 System

Dispose() 보호된 메소드

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