C# 클래스 Engine.Network.P2PService

상속: IDisposable
파일 보기 프로젝트 열기: Nirklav/TCPChat 1 사용 예제들

비공개 메소드들

메소드 설명
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