Share via


IsRedirectResponse Method

Returns whether the response code is in the range of redirect responses.

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

Return Value

Type: System..::..Boolean
true if the response code is in the range of redirect responses, otherwise false.

See Also

Reference

ResponseCode Class

ResponseCode Members

Microsoft.Rtc.Signaling Namespace