C# 클래스 MiniUDP.NetCore

파일 보기 프로젝트 열기: ashoulson/MiniUDP 1 사용 예제들

공개 메소드들

메소드 설명
AddConnection ( IPEndPoint endpoint, string token ) : NetPeer
Connect ( IPEndPoint endpoint, string token ) : NetPeer
Host ( int port ) : void
NetCore ( string version, bool allowConnections ) : System
PollEvents ( ) : void
Stop ( int timeout = 1000 ) : void

비공개 메소드들

메소드 설명
QueueNotification ( NetPeer peer, byte buffer, ushort length ) : void

Adds an outgoing notification to the controller processing queue.

SendKick ( NetPeer peer, byte reason ) : void

Immediately sends out a disconnect message to a peer.

SendPayload ( NetPeer peer, ushort sequence, byte data, ushort length ) : SocketError

Immediately sends out a payload to a peer.

Start ( ) : void

메소드 상세

AddConnection() 공개 메소드

public AddConnection ( IPEndPoint endpoint, string token ) : NetPeer
endpoint System.Net.IPEndPoint
token string
리턴 NetPeer

Connect() 공개 메소드

public Connect ( IPEndPoint endpoint, string token ) : NetPeer
endpoint System.Net.IPEndPoint
token string
리턴 NetPeer

Host() 공개 메소드

public Host ( int port ) : void
port int
리턴 void

NetCore() 공개 메소드

public NetCore ( string version, bool allowConnections ) : System
version string
allowConnections bool
리턴 System

PollEvents() 공개 메소드

public PollEvents ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( int timeout = 1000 ) : void
timeout int
리턴 void