C# Class WebRTC_Sample.DebugForm

Mostra file Open project: PearLtd/iWebRTC

Public Methods

Method Description
DebugForm ( WebRTCConnection connection ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

DebugForm() public method

public DebugForm ( WebRTCConnection connection ) : System
connection WebRTCConnection
return System

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