CallProvisionalResponseReceivedEventArgs Members
Represents the event argument to give information when a provisional response is received.
The CallProvisionalResponseReceivedEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
DialogContext | Gets the value of dialog context for the response. | |
IsEarlyMedia | Gets the value of the flag indicating if the provisional response contains sdp body for early media negotiation. | |
IsReliable | Determines whether or not the provisional response received is reliable. | |
ResponseData | Gets the response data for the event. (Inherited from SipResponseReceivedEventArgs.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top