Public Attributes | |
| const String | GIF_HEX_STRING = "47494638396101000100a20000ffffffffff00ff00ffff000000ffff00ff000000ff0000002c00000000010001000003020809003b" |
Protected Member Functions | |
| void | Page_Load (object sender, System.EventArgs e) |
| override void | OnInit (EventArgs e) |
Private Member Functions | |
| bool | GetBoolAppSetting (String name) |
| Core.Web.Monitor.BehaviorDataSpool | GetSpool () |
| void | InitializeComponent () |
| Required method for Designer support - do not modify the contents of this method with the code editor. | |
Private Attributes | |
| byte[] | gif_bytes = new byte[0] |
| int | gif_bytes_length = 0 |
| int | spool_type = 0 |
Static Private Attributes | |
| static readonly log4net.ILog | log = log4net.LogManager.GetLogger(typeof(BehaviorData)) |
| void Monitor.BehaviorData.Page_Load | ( | object | sender, | |
| System.EventArgs | e | |||
| ) | [protected] |
| bool Monitor.BehaviorData.GetBoolAppSetting | ( | String | name | ) | [private] |
| Core.Web.Monitor.BehaviorDataSpool Monitor.BehaviorData.GetSpool | ( | ) | [private] |
| override void Monitor.BehaviorData.OnInit | ( | EventArgs | e | ) | [protected] |
| void Monitor.BehaviorData.InitializeComponent | ( | ) | [private] |
Required method for Designer support - do not modify the contents of this method with the code editor.
| const String Monitor.BehaviorData.GIF_HEX_STRING = "47494638396101000100a20000ffffffffff00ff00ffff000000ffff00ff000000ff0000002c00000000010001000003020809003b" |
byte [] Monitor.BehaviorData.gif_bytes = new byte[0] [private] |
int Monitor.BehaviorData.gif_bytes_length = 0 [private] |
int Monitor.BehaviorData.spool_type = 0 [private] |
readonly log4net.ILog Monitor.BehaviorData.log = log4net.LogManager.GetLogger(typeof(BehaviorData)) [static, private] |