C# 클래스 PRTools.Specs.WebSpecs.given_a_httpcontext_context

상속: Common.BddExtensions.SpecificationBase
파일 보기 프로젝트 열기: AcklenAvenue/PRTools

보호된 프로퍼티들

프로퍼티 타입 설명
HttpContext System.Web.HttpContextBase
HttpRequest System.Web.HttpRequestBase
Username string

보호된 메소드들

메소드 설명
Context ( ) : void

메소드 상세

Context() 보호된 메소드

protected Context ( ) : void
리턴 void

프로퍼티 상세

HttpContext 보호되어 있는 프로퍼티

protected HttpContextBase,System.Web HttpContext
리턴 System.Web.HttpContextBase

HttpRequest 보호되어 있는 프로퍼티

protected HttpRequestBase,System.Web HttpRequest
리턴 System.Web.HttpRequestBase

Username 보호되어 있는 프로퍼티

protected string Username
리턴 string