C# Class Engine.Network.P2PService

Inheritance: IDisposable
Afficher le fichier Open project: Nirklav/TCPChat Class Usage Examples

Private Methods

Méthode Description
Dispose ( ) : void
Introduce ( string senderId, string requestId ) : void
OnReceive ( object obj ) : void
P2PService ( int port, bool usingIPv6 ) : System
RegisterReceived ( object obj ) : void
RemoveEndPoint ( string id ) : void
ThrowIfDisposed ( ) : void
TryDoneAllRequest ( ) : void
TryDoneRequest ( string senderId, string requestId ) : bool
TryGetRequest ( string senderId, string requestId, IPEndPoint &senderPoint, IPEndPoint &requestPoint ) : bool
TrySendConnectRequest ( string connectionId ) : void