The InvitationAcceptedEventArgstype exposes the following members.

Methods

  Name Description
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
SendAcknowledgement
Sends an acknowledgement for the remote that just accepted the invitation. The acknowledgement should be sent as soon as possible to avoid the remote from timing out the invitation. This method does not wait for the acknowledgement to be actually sent on the wire. The application should use the invite operation for this purpose.
ToString (Inherited from Object.)

Properties

  Name Description
DelayAck
Gets or sets the value to indicate whether the ack should be delayed. If delayed, the application is responsible for sending the acknowledgement later.
DialogContext
The dialog context that was accepted.
IsNullOriginalOffer
Gets the flag indicating if the original offer was null or not. If the original offer was null, the application cannot send Acknowledgement using this event argument.
ResponseData
Gets the response data for the event.
(Inherited from SipResponseReceivedEventArgs.)

See Also