프로퍼티 | 타입 | 설명 | |
---|---|---|---|
connection | |||
parent | IServicePublication | ||
persistent | bool |
메소드 | 설명 | |
---|---|---|
drop ( ) : void | ||
handleHeader ( |
||
initialize ( |
||
onHeaderWritten ( |
||
onRequest ( |
||
onRequestLength ( |
||
onResponseWritten ( |
||
processResponse ( |
||
processResponse ( string error, bool success ) : void |
메소드 | 설명 | |
---|---|---|
onConnectionDropped ( |
public onRequest ( |
||
conn | ||
buffer | byte | |
size | int | |
success | bool | |
리턴 | bool |
public onRequestLength ( |
||
conn | ||
buffer | byte | |
size | int | |
success | bool | |
리턴 | bool |
public onResponseWritten ( |
||
conn | ||
리턴 | bool |
public processResponse ( |
||
msg | ||
success | bool | |
리턴 | void |
public processResponse ( string error, bool success ) : void | ||
error | string | |
success | bool | |
리턴 | void |