C# Class SockjsClient, sockjs-unity3d-xhr

Inheritance: MonoBehaviour
Afficher le fichier Open project: Extrawurst/sockjs-unity3d-xhr

Private Properties

Свойство Type Description
AutoPingRefresh void
DecodeMsg string
EncodeMsg string
FlushOutqueue void
GetHash byte[]
GetHashString string
OnEventConnected void
OnEventDisconnect void
StartPoll void
StartSend void
UpdateHeaders void
UpdatePolling void

Méthodes publiques

Méthode Description
Connect ( string _host ) : void
Disconnect ( ) : void
SendData ( string _payload, bool _tryFlush = false ) : void
SockjsClient ( ) : System
Update ( ) : void
UpdateSending ( ) : bool

Private Methods

Méthode Description
AutoPingRefresh ( ) : void
DecodeMsg ( string _msg ) : string
EncodeMsg ( string _payload ) : string
FlushOutqueue ( ) : void
GetHash ( string _inputString ) : byte[]
GetHashString ( string _inputString ) : string
OnEventConnected ( ) : void
OnEventDisconnect ( int _code, string _msg ) : void
StartPoll ( ) : void
StartSend ( byte _data ) : void
UpdateHeaders ( ) : void
UpdatePolling ( ) : void

Method Details

Connect() public méthode

public Connect ( string _host ) : void
_host string
Résultat void

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

SendData() public méthode

public SendData ( string _payload, bool _tryFlush = false ) : void
_payload string
_tryFlush bool
Résultat void

SockjsClient() public méthode

public SockjsClient ( ) : System
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void

UpdateSending() public méthode

public UpdateSending ( ) : bool
Résultat bool