Example #1
0
 protected BaseInfo()
 {
     AtDateTime          = DateTime.Now;
     ManagedThreadId     = DispatcherHelper.GetManagedThreadId();
     ApplicationIdentity = new AppIdentity();
     HttpInfo            = new HttpInfo();
     AppDomainSnapshot   = new AppDomainMonitorSnapshot();
 }
Example #2
0
 protected BaseInfo()
 {
     AtDateTime = DateTime.Now;
     ManagedThreadId = DispatcherHelper.GetManagedThreadId();
     ApplicationIdentity = new AppIdentity();
     HttpInfo = new HttpInfo();
     AppDomainSnapshot = new AppDomainMonitorSnapshot();
 }