C# 클래스 TestApp.ServerSocket

상속: IDisposable
파일 보기 프로젝트 열기: graffen/NLog.Targets.Syslog

보호된 프로퍼티들

프로퍼티 타입 설명
KeepGoing bool

공개 메소드들

메소드 설명
Dispose ( ) : void
StartListening ( IPEndPoint ipEndPoint, Action receivedStringAction ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
Receive ( ) : void
SetupSocket ( IPEndPoint ipEndPoint ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Receive() 보호된 추상적인 메소드

protected abstract Receive ( ) : void
리턴 void

SetupSocket() 보호된 메소드

protected SetupSocket ( IPEndPoint ipEndPoint ) : void
ipEndPoint System.Net.IPEndPoint
리턴 void

StartListening() 공개 메소드

public StartListening ( IPEndPoint ipEndPoint, Action receivedStringAction ) : void
ipEndPoint System.Net.IPEndPoint
receivedStringAction Action
리턴 void

프로퍼티 상세

KeepGoing 보호되어 있는 프로퍼티

protected bool KeepGoing
리턴 bool