Method | Description | |
---|---|---|
WebWorkContext ( System.Web.HttpContextBase httpContext, ICustomerService customerService, IUserAgentHelper userAgentHelper, IAuthenticationService authenticationService ) : System |
Method | Description | |
---|---|---|
GetCustomerCookie ( ) : System.Web.HttpCookie | ||
SetCustomerCookie ( System.Guid customerGuid ) : void |
protected GetCustomerCookie ( ) : System.Web.HttpCookie | ||
return | System.Web.HttpCookie |
protected SetCustomerCookie ( System.Guid customerGuid ) : void | ||
customerGuid | System.Guid | |
return | void |
public WebWorkContext ( System.Web.HttpContextBase httpContext, ICustomerService customerService, IUserAgentHelper userAgentHelper, IAuthenticationService authenticationService ) : System | ||
httpContext | System.Web.HttpContextBase | |
customerService | ICustomerService | |
userAgentHelper | IUserAgentHelper | |
authenticationService | IAuthenticationService | |
return | System |