ReferReceivedEventArgs Class

Definition

Represents the argument for the Refer state changed event.

public ref class ReferReceivedEventArgs : Microsoft::Rtc::Signaling::SipRequestReceivedEventArgs
public class ReferReceivedEventArgs : Microsoft.Rtc.Signaling.SipRequestReceivedEventArgs
type ReferReceivedEventArgs = class
    inherit SipRequestReceivedEventArgs
Public Class ReferReceivedEventArgs
Inherits SipRequestReceivedEventArgs
Inheritance
ReferReceivedEventArgs

Properties

Method

Gets the action to perform. If null or empty, the request should perform an INVITE. This is retrieved from the method= URI parameter on the Refer-To header if required.

ReferTarget

Gets the Refer target.

RequestData

Gets the SIP request data for the event. This can be null in some instances.

(Inherited from SipRequestReceivedEventArgs)

Methods

Accept(IEnumerable<SignalingHeader>)

Accepts the Refer operation. This will result in sending the 202 response.

Decline()

Declines the Refer operation. This will result in sending a default failure response.

DeclineWithResponse(Int32, String, IEnumerable<SignalingHeader>)

Declines the Refer operation. This will result in sending a failure response.

Applies to