C# 클래스 SipSharp.Calls.CallManager

파일 보기 프로젝트 열기: jgauffin/SipSharp

공개 메소드들

메소드 설명
Call ( Contact from, Contact to ) : Call
CallManager ( ISipStack stack, DialogManager dialogManager ) : System

비공개 메소드들

메소드 설명
OnResponse ( object sender, ResponseEventArgs e ) : void
OnTerminate ( object sender, EventArgs e ) : void

Unsubscribe all events so that the transaction can be garbage collected.

OnTimeout ( object sender, EventArgs e ) : void
OnTransportFailed ( object sender, EventArgs e ) : void

메소드 상세

Call() 공개 메소드

public Call ( Contact from, Contact to ) : Call
from Contact
to Contact
리턴 Call

CallManager() 공개 메소드

public CallManager ( ISipStack stack, DialogManager dialogManager ) : System
stack ISipStack
dialogManager SipSharp.Dialogs.DialogManager
리턴 System