C# Class SipSharp.Calls.CallEventArgs

Event arguments for various call events.
Inheritance: System.EventArgs
Afficher le fichier Open project: jgauffin/SipSharp

Méthodes publiques

Méthode Description
CallEventArgs ( Call call ) : System

Initializes a new instance of the CallEventArgs class.

Method Details

CallEventArgs() public méthode

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