ReferReceivedEventArgs 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.
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
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. |