C# 클래스 Doe.TalkBack.Server

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

공개 메소드들

메소드 설명
ListenForClients ( ) : void
Server ( xHandle temp ) : System
wrapCore ( object clientArg ) : void

비공개 메소드들

메소드 설명
block ( NetworkStream clientStream ) : void
createPlug ( string data ) : plugIn
sendXml ( NetworkStream clientStream ) : void

메소드 상세

ListenForClients() 공개 메소드

public ListenForClients ( ) : void
리턴 void

Server() 공개 메소드

public Server ( xHandle temp ) : System
temp Doe.mXMLHandler.xHandle
리턴 System

wrapCore() 공개 메소드

public wrapCore ( object clientArg ) : void
clientArg object
리턴 void