ProvisionalResponseReceivedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class contains information for reporting received provisional responses.
public ref class ProvisionalResponseReceivedEventArgs : Microsoft::Rtc::Signaling::SipResponseReceivedEventArgs
public class ProvisionalResponseReceivedEventArgs : Microsoft.Rtc.Signaling.SipResponseReceivedEventArgs
type ProvisionalResponseReceivedEventArgs = class
inherit SipResponseReceivedEventArgs
Public Class ProvisionalResponseReceivedEventArgs
Inherits SipResponseReceivedEventArgs
- Inheritance
Properties
DialogContext |
Gets the DialogContext associated with the provisional received. |
HasOfferAnswer |
Gets whether provisional response contains a message body. |
IsReliable |
Gets whether the provisional response is reliable. |
ResponseData |
Gets the response data for the event. (Inherited from SipResponseReceivedEventArgs) |