C# Class System.Net.WebRTC.RTCDataChannel

Inheritance: System.Html.EventTarget
Afficher le fichier Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Свойство Type Description
RTCDataChannel System.Collections.TypedArrays

Méthodes publiques

Méthode 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

Méthode Description
RTCDataChannel ( ) : System.Collections.TypedArrays

Method Details

AddEventListener() public méthode

public AddEventListener ( RTCDataChannelEvents type, Action listener ) : void
type RTCDataChannelEvents
listener Action
Résultat void

AddEventListener() public méthode

public AddEventListener ( RTCDataChannelEvents type, Action listener, bool capture ) : void
type RTCDataChannelEvents
listener Action
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( RTCDataChannelEvents type, HtmlEventHandler listener ) : void
type RTCDataChannelEvents
listener HtmlEventHandler
Résultat void

AddEventListener() public méthode

public AddEventListener ( RTCDataChannelEvents type, HtmlEventHandler listener, bool capture ) : void
type RTCDataChannelEvents
listener HtmlEventHandler
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( RTCDataChannelEvents type, HtmlEventHandlerWithTarget listener ) : void
type RTCDataChannelEvents
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( RTCDataChannelEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type RTCDataChannelEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( RTCDataChannelEvents type, IEventListener listener ) : void
type RTCDataChannelEvents
listener IEventListener
Résultat void

AddEventListener() public méthode

public AddEventListener ( RTCDataChannelEvents type, IEventListener listener, bool capture ) : void
type RTCDataChannelEvents
listener IEventListener
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( RTCDataChannelEvents type, Action listener ) : void
type RTCDataChannelEvents
listener Action
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( RTCDataChannelEvents type, Action listener, bool capture ) : void
type RTCDataChannelEvents
listener Action
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( RTCDataChannelEvents type, HtmlEventHandler listener ) : void
type RTCDataChannelEvents
listener HtmlEventHandler
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( RTCDataChannelEvents type, HtmlEventHandler listener, bool capture ) : void
type RTCDataChannelEvents
listener HtmlEventHandler
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( RTCDataChannelEvents type, HtmlEventHandlerWithTarget listener ) : void
type RTCDataChannelEvents
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( RTCDataChannelEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type RTCDataChannelEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( RTCDataChannelEvents type, IEventListener listener ) : void
type RTCDataChannelEvents
listener IEventListener
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( RTCDataChannelEvents type, IEventListener listener, bool capture ) : void
type RTCDataChannelEvents
listener IEventListener
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

Send() public méthode

public Send ( ArrayBuffer data ) : void
data ArrayBuffer
Résultat void

Send() public méthode

public Send ( ArrayBufferView data ) : void
data ArrayBufferView
Résultat void

Send() public méthode

public Send ( Blob data ) : void
data System.IO.Blob
Résultat void

Send() public méthode

public Send ( string data ) : void
data string
Résultat void