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 | |
---|---|---|
![]() |
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) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Accept | 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 | 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) |
Top