C# 클래스 SipSharp.Dialogs.DialogManager

파일 보기 프로젝트 열기: jgauffin/SipSharp 1 사용 예제들

공개 메소드들

메소드 설명
CreateClientDialog ( IRequest request, IResponse response ) : Dialog

Create a dialog when we get a response to our INVITE request.

Described in RFC321 Section 12.1.2 UAC Behavior

DialogManager ( ISipStack stack ) : System
Process ( IRequest request, IServerTransaction transaction ) : bool

비공개 메소드들

메소드 설명
CopyAndReverse ( Route route ) : Route
CreateServerDialog ( IServerTransaction transaction, IResponse response ) : Dialog

Create a dialog from as an user agent server.

Described in RFC3261 Section 12.1.1 UAS behavior

OnDialogTerminated ( object sender, EventArgs e ) : void

메소드 상세

CreateClientDialog() 공개 메소드

Create a dialog when we get a response to our INVITE request.
Described in RFC321 Section 12.1.2 UAC Behavior
public CreateClientDialog ( IRequest request, IResponse response ) : Dialog
request IRequest
response IResponse
리턴 Dialog

DialogManager() 공개 메소드

public DialogManager ( ISipStack stack ) : System
stack ISipStack
리턴 System

Process() 공개 메소드

public Process ( IRequest request, IServerTransaction transaction ) : bool
request IRequest
transaction IServerTransaction
리턴 bool