SendProvisionalResponseOptions.IsUnreliable Property
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.
Gets or sets whether the provisional should be sent unreliably.
public:
property bool IsUnreliable { bool get(); void set(bool value); };
public bool IsUnreliable { get; set; }
member this.IsUnreliable : bool with get, set
Public Property IsUnreliable As Boolean
Property Value
Remarks
This requests that the provisional is sent unreliably. It is not recommended to send an offer or answer in a provisional that is sent unreliably as the handling of such a message is not predictable.
If false, and the 100rel extension is supported by the connected parties, then a reliable provisional will be sent.
If False, and the 100rel extension is not supported by connected parties, an unreliable provisional will be sent.