C# Класс WebRTC_Sample.DebugForm

Показать файл Открыть проект

Открытые методы

Метод Описание
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