C# Class SipSharp.Calls.CallManager

显示文件 Open project: jgauffin/SipSharp

Public Methods

Method Description
Call ( Contact from, Contact to ) : Call
CallManager ( ISipStack stack, DialogManager dialogManager ) : System

Private Methods

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

Method Details

Call() public method

public Call ( Contact from, Contact to ) : Call
from Contact
to Contact
return Call

CallManager() public method

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