C# Класс SipSharp.Dialogs.Dialog

Наследование: IDialog
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

CreateRequest() публичный Метод

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
Результат IRequest

Process() публичный Метод

public Process ( IRequest request ) : bool
request IRequest
Результат bool