C# Class SipSharp.Dialogs.Dialog

Inheritance: IDialog
Afficher le fichier Open project: jgauffin/SipSharp Class Usage Examples

Méthodes publiques

Méthode Description
CreateRequest ( string method ) : IRequest

Create a new request within this dialog.

Described in RFC3261 Section 12.2.1.1 "Generating the Request".

Process ( IRequest request ) : bool

Method Details

CreateRequest() public méthode

Create a new request within this dialog.

Described in RFC3261 Section 12.2.1.1 "Generating the Request".

public CreateRequest ( string method ) : IRequest
method string
Résultat IRequest

Process() public méthode

public Process ( IRequest request ) : bool
request IRequest
Résultat bool