SendProvisionalResponseOptions Members
Include Protected Members
Include Inherited Members
Represents the options for sending a provisional response.
The SendProvisionalResponseOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SendProvisionalResponseOptions | Creates a new instances of the SendProvisionalResponseOptions class. |
Top
Properties
Name | Description | |
---|---|---|
DialogContext | Gets or sets the dialog on which negotiation is happening. | |
Headers | Gets the list of custom signaling headers to be included in the message. | |
IsUnreliable | Gets or sets whether the provisional should be sent unreliably. | |
NeedOfferAnswer | Gets or sets whether the application requires that an offer or answer be included in the response. | |
ResponseText | The response text to be used for the provisional response. |
Top
Methods
Name | Description | |
---|---|---|
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