C# Class SipSharp.Client.UserAgentServer

Afficher le fichier Open project: jgauffin/SipSharp

Méthodes publiques

Méthode Description
OnRequest ( object sender, RequestEventArgs e ) : void

Received a request from the other end.

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

Method Details

OnRequest() public méthode

Received a request from the other end.
public OnRequest ( object sender, RequestEventArgs e ) : void
sender object
e RequestEventArgs
Résultat void

ProcessRequest() public méthode

public ProcessRequest ( RequestContext context ) : ProcessingResult
context RequestContext
Résultat ProcessingResult

Subscribe() public méthode

public Subscribe ( string method, EventHandler handler ) : void
method string
handler EventHandler
Résultat void