C# Class System.Net.WebRTC.RTCDataChannel

Inheritance: System.Html.EventTarget
Show file Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Property Type Description
RTCDataChannel System.Collections.TypedArrays

Public Methods

Method Description
AddEventListener ( RTCDataChannelEvents type, Action listener ) : void
AddEventListener ( RTCDataChannelEvents type, Action listener, bool capture ) : void
AddEventListener ( RTCDataChannelEvents type, HtmlEventHandler listener ) : void
AddEventListener ( RTCDataChannelEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( RTCDataChannelEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( RTCDataChannelEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( RTCDataChannelEvents type, IEventListener listener ) : void
AddEventListener ( RTCDataChannelEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
Close ( ) : void
RemoveEventListener ( RTCDataChannelEvents type, Action listener ) : void
RemoveEventListener ( RTCDataChannelEvents type, Action listener, bool capture ) : void
RemoveEventListener ( RTCDataChannelEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( RTCDataChannelEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( RTCDataChannelEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( RTCDataChannelEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( RTCDataChannelEvents type, IEventListener listener ) : void
RemoveEventListener ( RTCDataChannelEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
Send ( ArrayBuffer data ) : void
Send ( ArrayBufferView data ) : void
Send ( Blob data ) : void
Send ( string data ) : void

Private Methods

Method Description
RTCDataChannel ( ) : System.Collections.TypedArrays

Method Details

AddEventListener() public method

public AddEventListener ( RTCDataChannelEvents type, Action listener ) : void
type RTCDataChannelEvents
listener Action
return void

AddEventListener() public method

public AddEventListener ( RTCDataChannelEvents type, Action listener, bool capture ) : void
type RTCDataChannelEvents
listener Action
capture bool
return void

AddEventListener() public method

public AddEventListener ( RTCDataChannelEvents type, HtmlEventHandler listener ) : void
type RTCDataChannelEvents
listener HtmlEventHandler
return void

AddEventListener() public method

public AddEventListener ( RTCDataChannelEvents type, HtmlEventHandler listener, bool capture ) : void
type RTCDataChannelEvents
listener HtmlEventHandler
capture bool
return void

AddEventListener() public method

public AddEventListener ( RTCDataChannelEvents type, HtmlEventHandlerWithTarget listener ) : void
type RTCDataChannelEvents
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

public AddEventListener ( RTCDataChannelEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type RTCDataChannelEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

AddEventListener() public method

public AddEventListener ( RTCDataChannelEvents type, IEventListener listener ) : void
type RTCDataChannelEvents
listener IEventListener
return void

AddEventListener() public method

public AddEventListener ( RTCDataChannelEvents type, IEventListener listener, bool capture ) : void
type RTCDataChannelEvents
listener IEventListener
capture bool
return void

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

Close() public method

public Close ( ) : void
return void

RemoveEventListener() public method

public RemoveEventListener ( RTCDataChannelEvents type, Action listener ) : void
type RTCDataChannelEvents
listener Action
return void

RemoveEventListener() public method

public RemoveEventListener ( RTCDataChannelEvents type, Action listener, bool capture ) : void
type RTCDataChannelEvents
listener Action
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( RTCDataChannelEvents type, HtmlEventHandler listener ) : void
type RTCDataChannelEvents
listener HtmlEventHandler
return void

RemoveEventListener() public method

public RemoveEventListener ( RTCDataChannelEvents type, HtmlEventHandler listener, bool capture ) : void
type RTCDataChannelEvents
listener HtmlEventHandler
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( RTCDataChannelEvents type, HtmlEventHandlerWithTarget listener ) : void
type RTCDataChannelEvents
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

public RemoveEventListener ( RTCDataChannelEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type RTCDataChannelEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( RTCDataChannelEvents type, IEventListener listener ) : void
type RTCDataChannelEvents
listener IEventListener
return void

RemoveEventListener() public method

public RemoveEventListener ( RTCDataChannelEvents type, IEventListener listener, bool capture ) : void
type RTCDataChannelEvents
listener IEventListener
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

Send() public method

public Send ( ArrayBuffer data ) : void
data ArrayBuffer
return void

Send() public method

public Send ( ArrayBufferView data ) : void
data ArrayBufferView
return void

Send() public method

public Send ( Blob data ) : void
data System.IO.Blob
return void

Send() public method

public Send ( string data ) : void
data string
return void