Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Init ( System.Web.HttpApplication context ) : void | ||
UpdateCookie ( string cookie_name, string cookie_value ) : void | ||
context_BeginRequest ( object sender, |
public Init ( System.Web.HttpApplication context ) : void | ||
context | System.Web.HttpApplication | |
return | void |
public UpdateCookie ( string cookie_name, string cookie_value ) : void | ||
cookie_name | string | |
cookie_value | string | |
return | void |
public context_BeginRequest ( object sender, |
||
sender | object | |
e | ||
return | void |