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 response code is in the range of redirect responses; otherwise false.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Shared Function IsRedirectResponse ( _
responseCode As Integer _
) As Boolean
'Usage
Dim responseCode As Integer
Dim returnValue As Boolean
returnValue = ResponseCode.IsRedirectResponse(responseCode)
public static bool IsRedirectResponse(
int responseCode
)
Parameters
- responseCode
Type: System.Int32
The response code to check.
Return Value
Type: System.Boolean
Returns true if the response code is in the range of redirect responses; otherwise false.