C# 클래스 Owin.Types.Extensions.OwinRequestExtensions

파일 보기 프로젝트 열기: owin/museum-piece-owin-hosting

공개 메소드들

메소드 설명
AddCookie ( this response, string key, string value ) : OwinResponse
AddCookie ( this response, string key, string value, CookieOptions options ) : OwinResponse
ApplyForwardedHost ( this request ) : OwinRequest
ApplyForwardedScheme ( this request ) : OwinRequest
ApplyForwardedUri ( this request ) : OwinRequest
ApplyMethodOverride ( this request ) : OwinRequest
DeleteCookie ( this response, string key ) : OwinResponse
DeleteCookie ( this response, string key, CookieOptions options ) : OwinResponse
GetCookies ( this request ) : string>.IDictionary
GetForwardedHost ( this request ) : string
GetForwardedScheme ( this request ) : string
GetForwardedUri ( this request ) : Uri
GetMethodOverride ( this request ) : string
GetQuery ( this request ) : string[]>.IDictionary

메소드 상세

AddCookie() 공개 정적인 메소드

public static AddCookie ( this response, string key, string value ) : OwinResponse
response this
key string
value string
리턴 OwinResponse

AddCookie() 공개 정적인 메소드

public static AddCookie ( this response, string key, string value, CookieOptions options ) : OwinResponse
response this
key string
value string
options Owin.Types.Helpers.CookieOptions
리턴 OwinResponse

ApplyForwardedHost() 공개 정적인 메소드

public static ApplyForwardedHost ( this request ) : OwinRequest
request this
리턴 OwinRequest

ApplyForwardedScheme() 공개 정적인 메소드

public static ApplyForwardedScheme ( this request ) : OwinRequest
request this
리턴 OwinRequest

ApplyForwardedUri() 공개 정적인 메소드

public static ApplyForwardedUri ( this request ) : OwinRequest
request this
리턴 OwinRequest

ApplyMethodOverride() 공개 정적인 메소드

public static ApplyMethodOverride ( this request ) : OwinRequest
request this
리턴 OwinRequest

DeleteCookie() 공개 정적인 메소드

public static DeleteCookie ( this response, string key ) : OwinResponse
response this
key string
리턴 OwinResponse

DeleteCookie() 공개 정적인 메소드

public static DeleteCookie ( this response, string key, CookieOptions options ) : OwinResponse
response this
key string
options Owin.Types.Helpers.CookieOptions
리턴 OwinResponse

GetCookies() 공개 정적인 메소드

public static GetCookies ( this request ) : string>.IDictionary
request this
리턴 string>.IDictionary

GetForwardedHost() 공개 정적인 메소드

public static GetForwardedHost ( this request ) : string
request this
리턴 string

GetForwardedScheme() 공개 정적인 메소드

public static GetForwardedScheme ( this request ) : string
request this
리턴 string

GetForwardedUri() 공개 정적인 메소드

public static GetForwardedUri ( this request ) : Uri
request this
리턴 System.Uri

GetMethodOverride() 공개 정적인 메소드

public static GetMethodOverride ( this request ) : string
request this
리턴 string

GetQuery() 공개 정적인 메소드

public static GetQuery ( this request ) : string[]>.IDictionary
request this
리턴 string[]>.IDictionary