C# 클래스 Agnos.Servers.SimpleServer

the SimpleServer can handle a single client at any point of time
상속: BaseServer
파일 보기 프로젝트 열기: tomerfiliba/agnos 1 사용 예제들

공개 메소드들

메소드 설명
SimpleServer ( Protocol processorFactory, ITransportFactory transportFactory ) : System

보호된 메소드들

메소드 설명
serveClient ( Protocol processor ) : void

메소드 상세

SimpleServer() 공개 메소드

public SimpleServer ( Protocol processorFactory, ITransportFactory transportFactory ) : System
processorFactory Protocol
transportFactory ITransportFactory
리턴 System

serveClient() 보호된 메소드

protected serveClient ( Protocol processor ) : void
processor Protocol
리턴 void