C# 클래스 OpenIdConnect.Client.Common.Representations.HttpRedirectResponse

Represents an HTTP Redirect Response (needed for framework abstraction)
파일 보기 프로젝트 열기: sapo/sapo-services-sdk

공개 메소드들

메소드 설명
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