C# 클래스 CallResponse, CodeSpells

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

공개 메소드들

메소드 설명
CallResponse ( string call, NetworkStream client_stream ) : System.Collections
getCall ( ) : string
getClientStream ( ) : NetworkStream
getResponse ( ) : string
respond ( ) : void
setParent ( CallResponseQueue, crq ) : void
setResponse ( string response ) : void

메소드 상세

CallResponse() 공개 메소드

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

getCall() 공개 메소드

public getCall ( ) : string
리턴 string

getClientStream() 공개 메소드

public getClientStream ( ) : NetworkStream
리턴 NetworkStream

getResponse() 공개 메소드

public getResponse ( ) : string
리턴 string

respond() 공개 메소드

public respond ( ) : void
리턴 void

setParent() 공개 메소드

public setParent ( CallResponseQueue, crq ) : void
crq CallResponseQueue,
리턴 void

setResponse() 공개 메소드

public setResponse ( string response ) : void
response string
리턴 void