C# Class ExitGames.Client.Photon.SocketWebTcp

Internal class to encapsulate the network i/o functionality for the realtime libary.
Inheritance: IPhotonSocket, IDisposable
Afficher le fichier Open project: daniel-cheng/stellar

Méthodes publiques

Méthode Description
Connect ( ) : bool
Disconnect ( ) : bool
Dispose ( ) : void
Receive ( byte &data ) : PhotonSocketError
ReceiveLoop ( ) : IEnumerator
Send ( byte data, int length ) : PhotonSocketError

used by TPeer*

SocketWebTcp ( PeerBase npeer ) : System

Method Details

Connect() public méthode

public Connect ( ) : bool
Résultat bool

Disconnect() public méthode

public Disconnect ( ) : bool
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Receive() public méthode

public Receive ( byte &data ) : PhotonSocketError
data byte
Résultat PhotonSocketError

ReceiveLoop() public méthode

public ReceiveLoop ( ) : IEnumerator
Résultat IEnumerator

Send() public méthode

used by TPeer*
public Send ( byte data, int length ) : PhotonSocketError
data byte
length int
Résultat PhotonSocketError

SocketWebTcp() public méthode

public SocketWebTcp ( PeerBase npeer ) : System
npeer PeerBase
Résultat System