C# Class System.Net.WebRTC.RTCStatsReport

Show file Open project: Saltarelle/SaltarelleWeb

Public Methods

Method Description
ForEach ( RTCStatsReportCallback callbackFn, object thisArg ) : void
Get ( string key ) : object
Has ( string key ) : bool

Private Methods

Method Description
RTCStatsReport ( ) : System.Runtime.CompilerServices

Method Details

ForEach() public method

public ForEach ( RTCStatsReportCallback callbackFn, object thisArg ) : void
callbackFn RTCStatsReportCallback
thisArg object
return void

Get() public method

public Get ( string key ) : object
key string
return object

Has() public method

public Has ( string key ) : bool
key string
return bool