C# Class Doe.TalkBack.Server

Datei anzeigen Open project: ambasta/doe Class Usage Examples

Public Methods

Method Description
ListenForClients ( ) : void
Server ( xHandle temp ) : System
wrapCore ( object clientArg ) : void

Private Methods

Method Description
block ( NetworkStream clientStream ) : void
createPlug ( string data ) : plugIn
sendXml ( NetworkStream clientStream ) : void

Method Details

ListenForClients() public method

public ListenForClients ( ) : void
return void

Server() public method

public Server ( xHandle temp ) : System
temp Doe.mXMLHandler.xHandle
return System

wrapCore() public method

public wrapCore ( object clientArg ) : void
clientArg object
return void