C# Class SipSharp.Dialogs.Dialog

Inheritance: IDialog
显示文件 Open project: jgauffin/SipSharp Class Usage Examples

Public Methods

Method 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 method

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
return IRequest

Process() public method

public Process ( IRequest request ) : bool
request IRequest
return bool