C# 클래스 SipSharp.Dialogs.Dialog

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

공개 메소드들

메소드 설명
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