C# 클래스 Sharpex2D.Network.Protocols.Udp.UdpConnectionManager

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

공개 메소드들

메소드 설명
AddPingRequest ( UdpPingRequest pingRequest ) : void

Adds a PingRequest to check.

RemoveByIP ( IPAddress ipAddress ) : void

Removes a PingRequest by ip.

Start ( ) : void

Starts checking.

Stop ( ) : void

Stops checking.

UdpConnectionManager ( ) : System

Initializes a new UdpConnectionManager class.

비공개 메소드들

메소드 설명
InternalCheck ( ) : void

메소드 상세

AddPingRequest() 공개 메소드

Adds a PingRequest to check.
public AddPingRequest ( UdpPingRequest pingRequest ) : void
pingRequest UdpPingRequest
리턴 void

RemoveByIP() 공개 메소드

Removes a PingRequest by ip.
public RemoveByIP ( IPAddress ipAddress ) : void
ipAddress System.Net.IPAddress The IPAddress.
리턴 void

Start() 공개 메소드

Starts checking.
public Start ( ) : void
리턴 void

Stop() 공개 메소드

Stops checking.
public Stop ( ) : void
리턴 void

UdpConnectionManager() 공개 메소드

Initializes a new UdpConnectionManager class.
public UdpConnectionManager ( ) : System
리턴 System