메소드 | 설명 | |
---|---|---|
OnRequest ( object sender, RequestEventArgs e ) : void |
Received a request from the other end.
|
|
ProcessRequest ( RequestContext context ) : ProcessingResult | ||
Subscribe ( string method, EventHandler |
public OnRequest ( object sender, RequestEventArgs e ) : void | ||
sender | object | |
e | RequestEventArgs | |
리턴 | void |
public ProcessRequest ( RequestContext context ) : ProcessingResult | ||
context | RequestContext | |
리턴 | ProcessingResult |
public Subscribe ( string method, EventHandler |
||
method | string | |
handler | EventHandler |
|
리턴 | void |