Свойство | Тип | Описание | |
---|---|---|---|
BufferFileExists | IAsyncOperation |
||
GetBufferFile | IAsyncOperation |
||
SendToServer | System.Threading.Tasks.Task |
Метод | Описание | |
---|---|---|
ClientConfirmation ( |
||
ClientHeartBeat ( ) : void | ||
GetPeerList ( |
||
HandleRequest ( string request ) : void | ||
OnPeerList ( |
||
OnPeerPresence ( |
||
OnRegistrationConfirmation ( |
||
Register ( |
||
Relay ( |
||
ServerConfirmation ( |
||
ServerConnectionError ( ) : void | ||
ServerError ( |
||
ServerHeartBeat ( ) : void | ||
ServerReceivedInvalidMessage ( |
||
ServerRelay ( |
||
SignalingClient ( ISignalingSocketService signalingSocketService, IForegroundChannel foregroundChannel, IVoipChannel voipChannel ) : ChatterBox.Client.Common.Avatars |
Метод | Описание | |
---|---|---|
BufferFileExists ( ) : IAsyncOperation |
||
GetBufferFile ( ) : IAsyncOperation |
||
SendToServer ( object arg = null, [ method = null ) : System.Threading.Tasks.Task |
public ClientConfirmation ( |
||
confirmation | ||
Результат | void |
public GetPeerList ( |
||
message | ||
Результат | void |
public HandleRequest ( string request ) : void | ||
request | string | |
Результат | void |
public OnPeerList ( |
||
peerList | ||
Результат | void |
public OnPeerPresence ( |
||
peer | ||
Результат | void |
public OnRegistrationConfirmation ( |
||
reply | ||
Результат | void |
public Register ( |
||
message | ||
Результат | void |
public Relay ( |
||
message | ||
Результат | void |
public ServerConfirmation ( |
||
confirmation | ||
Результат | void |
public ServerError ( |
||
reply | ||
Результат | void |
public ServerReceivedInvalidMessage ( |
||
reply | ||
Результат | void |
public ServerRelay ( |
||
message | ||
Результат | void |
public SignalingClient ( ISignalingSocketService signalingSocketService, IForegroundChannel foregroundChannel, IVoipChannel voipChannel ) : ChatterBox.Client.Common.Avatars | ||
signalingSocketService | ISignalingSocketService | |
foregroundChannel | IForegroundChannel | |
voipChannel | IVoipChannel | |
Результат | ChatterBox.Client.Common.Avatars |