C# Класс OpenIdConnect.Client.Common.Representations.HttpRedirectResponse

Represents an HTTP Redirect Response (needed for framework abstraction)
Показать файл Открыть проект

Открытые методы

Метод Описание
HttpRedirectResponse ( Uri location ) : System

Creates a new HttpRedirectResponse, given a location as an Uri.

HttpRedirectResponse ( string location ) : System

Creates a new HttpRedirectResponse, given a location as a string. The given string will be internally converted to an Uri object

Описание методов

HttpRedirectResponse() публичный Метод

Creates a new HttpRedirectResponse, given a location as an Uri.
public HttpRedirectResponse ( Uri location ) : System
location System.Uri The redirect location as an Uri
Результат System

HttpRedirectResponse() публичный Метод

Creates a new HttpRedirectResponse, given a location as a string. The given string will be internally converted to an Uri object
public HttpRedirectResponse ( string location ) : System
location string The redirect location, as a string
Результат System