C# Class SipSharp.Calls.CallEventArgs

Event arguments for various call events.
Inheritance: System.EventArgs
显示文件 Open project: jgauffin/SipSharp

Public Methods

Method Description
CallEventArgs ( Call call ) : System

Initializes a new instance of the CallEventArgs class.

Method Details

CallEventArgs() public method

Initializes a new instance of the CallEventArgs class.
public CallEventArgs ( Call call ) : System
call Call The call.
return System