The ReferReceivedEventArgstype exposes the following members.

Methods

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

Properties

  Name Description
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.)

See Also