C# 클래스 SipSharp.Client.UserAgentServer

파일 보기 프로젝트 열기: jgauffin/SipSharp

공개 메소드들

메소드 설명
OnRequest ( object sender, RequestEventArgs e ) : void

Received a request from the other end.

ProcessRequest ( RequestContext context ) : ProcessingResult
Subscribe ( string method, EventHandler handler ) : void

메소드 상세

OnRequest() 공개 메소드

Received a request from the other end.
public OnRequest ( object sender, RequestEventArgs e ) : void
sender object
e RequestEventArgs
리턴 void

ProcessRequest() 공개 메소드

public ProcessRequest ( RequestContext context ) : ProcessingResult
context RequestContext
리턴 ProcessingResult

Subscribe() 공개 메소드

public Subscribe ( string method, EventHandler handler ) : void
method string
handler EventHandler
리턴 void