Метод | Описание | |
---|---|---|
FakeHttpContext ( string relativeUrl ) : System | ||
FakeHttpContext ( string relativeUrl, IPrincipal principal, |
||
FakeHttpContext ( string relativeUrl, string method ) : System | ||
FakeHttpContext ( string relativeUrl, string method, IPrincipal principal, |
||
GetService ( |
||
Root ( ) : |
||
SetRequest ( System.Web.HttpRequestBase request ) : void | ||
SetResponse ( System.Web.HttpResponseBase response ) : void |
public FakeHttpContext ( string relativeUrl ) : System | ||
relativeUrl | string | |
Результат | System |
public FakeHttpContext ( string relativeUrl, IPrincipal principal, |
||
relativeUrl | string | |
principal | IPrincipal | |
formParams | ||
queryStringParams | ||
cookies | System.Web.HttpCookieCollection | |
sessionItems | System.Web.SessionState.SessionStateItemCollection | |
serverVariables | ||
Результат | System |
public FakeHttpContext ( string relativeUrl, string method ) : System | ||
relativeUrl | string | |
method | string | |
Результат | System |
public FakeHttpContext ( string relativeUrl, string method, IPrincipal principal, |
||
relativeUrl | string | |
method | string | |
principal | IPrincipal | |
formParams | ||
queryStringParams | ||
cookies | System.Web.HttpCookieCollection | |
sessionItems | System.Web.SessionState.SessionStateItemCollection | |
serverVariables | ||
Результат | System |
public GetService ( |
||
serviceType | ||
Результат | object |
public static Root ( ) : |
||
Результат |
public SetRequest ( System.Web.HttpRequestBase request ) : void | ||
request | System.Web.HttpRequestBase | |
Результат | void |
public SetResponse ( System.Web.HttpResponseBase response ) : void | ||
response | System.Web.HttpResponseBase | |
Результат | void |