Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns true if the provisional response code is a provisional, that is not hop by hop.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Shared Function IsEndToEndProvisional ( _
responseCode As Integer _
) As Boolean
'Usage
Dim responseCode As Integer
Dim returnValue As Boolean
returnValue = ResponseCode.IsEndToEndProvisional(responseCode)
public static bool IsEndToEndProvisional(
int responseCode
)
Parameters
- responseCode
Type: System.Int32
The response code to check.
Return Value
Type: System.Boolean
Returns true if the response code is a a provisional and not hop by hop; otherwise false.
Remarks
Most provisional responses are sent end to end between UAS and UAC. This method can be used to filter out those that are exceptions.