ProvisionalResponseReceivedEventArgs Class

Definition

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
ProvisionalResponseReceivedEventArgs

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)

Applies to