Share via


ReferReceivedEventArgs Members

Include Protected Members
Include Inherited Members

Represents the argument for the Refer state changed event.

The ReferReceivedEventArgs type exposes the following members.

Properties

  Name Description
Public property 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.
Public property ReferTarget Gets the Refer target.
Public property RequestData Gets the SIP request data for the event. This can be null in some instances. (inherited from SipRequestReceivedEventArgs)

Top

Methods

  Name Description
Public method Accept Accepts the Refer operation. This will result in sending the 202 response.
Public method Decline Declines the Refer operation. This will result in sending a default failure response.
Public method DeclineWithResponse Declines the Refer operation. This will result in sending a failure response.
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method ToString (inherited from Object)

Top

See Also

Reference

ReferReceivedEventArgs Class

Microsoft.Rtc.Signaling Namespace