C# Class CallResponse, CodeSpells

Mostra file Open project: srfoster/CodeSpells Class Usage Examples

Public Methods

Method Description
CallResponse ( string call, NetworkStream client_stream ) : System.Collections
getCall ( ) : string
getClientStream ( ) : NetworkStream
getResponse ( ) : string
respond ( ) : void
setParent ( CallResponseQueue, crq ) : void
setResponse ( string response ) : void

Method Details

CallResponse() public method

public CallResponse ( string call, NetworkStream client_stream ) : System.Collections
call string
client_stream NetworkStream
return System.Collections

getCall() public method

public getCall ( ) : string
return string

getClientStream() public method

public getClientStream ( ) : NetworkStream
return NetworkStream

getResponse() public method

public getResponse ( ) : string
return string

respond() public method

public respond ( ) : void
return void

setParent() public method

public setParent ( CallResponseQueue, crq ) : void
crq CallResponseQueue,
return void

setResponse() public method

public setResponse ( string response ) : void
response string
return void