Share via


IsReliable Property

Determines whether or not the provisional response received is reliable.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property IsReliable As Boolean
    Get
'Usage
Dim instance As CallProvisionalResponseReceivedEventArgs
Dim value As Boolean

value = instance.IsReliable
public bool IsReliable { get; }

Property Value

Type: System..::..Boolean

Remarks

If the provisional response received has a required header with 100rel value then it is a reliable provisional response.

See Also

Reference

CallProvisionalResponseReceivedEventArgs Class

CallProvisionalResponseReceivedEventArgs Members

Microsoft.Rtc.Collaboration Namespace