C# Class CallResponse, CodeSpells

Afficher le fichier Open project: srfoster/CodeSpells Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public CallResponse ( string call, NetworkStream client_stream ) : System.Collections
call string
client_stream NetworkStream
Résultat System.Collections

getCall() public méthode

public getCall ( ) : string
Résultat string

getClientStream() public méthode

public getClientStream ( ) : NetworkStream
Résultat NetworkStream

getResponse() public méthode

public getResponse ( ) : string
Résultat string

respond() public méthode

public respond ( ) : void
Résultat void

setParent() public méthode

public setParent ( CallResponseQueue, crq ) : void
crq CallResponseQueue,
Résultat void

setResponse() public méthode

public setResponse ( string response ) : void
response string
Résultat void