Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / NotificationContext.cs / 1305376 / NotificationContext.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web {
internal class NotificationContext {
internal NotificationContext(int flags, bool isReEntry) {
CurrentNotificationFlags = flags;
IsReEntry = isReEntry;
}
internal bool IsPostNotification;
internal RequestNotification CurrentNotification;
internal int CurrentModuleIndex;
internal int CurrentModuleEventIndex;
internal int CurrentNotificationFlags;
internal HttpAsyncResult AsyncResult;
internal bool PendingAsyncCompletion;
internal Exception Error;
internal bool RequestCompleted;
internal bool IsReEntry; // Currently, we only re-enter for SendResponse notifications
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ConfigXmlComment.cs
- ImageSourceValueSerializer.cs
- TrackingCondition.cs
- JsonReaderWriterFactory.cs
- SafeFileMapViewHandle.cs
- TiffBitmapDecoder.cs
- HttpModuleCollection.cs
- DocumentOrderQuery.cs
- ChildrenQuery.cs
- AsymmetricSignatureFormatter.cs
- DocumentPageView.cs
- ShaderRenderModeValidation.cs
- StringSource.cs
- Pkcs7Signer.cs
- RootBrowserWindow.cs
- TickBar.cs
- ButtonChrome.cs
- DataGridViewCellLinkedList.cs
- SharedPerformanceCounter.cs
- TextDpi.cs
- SecurityProtocolFactory.cs
- DataGridViewUtilities.cs
- OracleException.cs
- RepeaterItem.cs
- SecurityTokenAttachmentMode.cs
- AdapterDictionary.cs
- BoundingRectTracker.cs
- StrokeCollection.cs
- PropertyConverter.cs
- PathFigure.cs
- AuthenticateEventArgs.cs
- FontEmbeddingManager.cs
- Hashtable.cs
- SuppressMessageAttribute.cs
- DataGridViewCellFormattingEventArgs.cs
- DeviceFiltersSection.cs
- ZoneMembershipCondition.cs
- TextBlock.cs
- Privilege.cs
- ColumnMap.cs
- CodeVariableReferenceExpression.cs
- DependencyPropertyDescriptor.cs
- PopupControlService.cs
- basecomparevalidator.cs
- SessionIDManager.cs
- DatePickerDateValidationErrorEventArgs.cs
- ErrorProvider.cs
- StaticFileHandler.cs
- DocumentAutomationPeer.cs
- ClientApiGenerator.cs
- ProfileManager.cs
- TaskFileService.cs
- AttributeSetAction.cs
- RelationshipWrapper.cs
- Int32CAMarshaler.cs
- RuleEngine.cs
- DelegatingTypeDescriptionProvider.cs
- CreateParams.cs
- MeasureItemEvent.cs
- ConstraintCollection.cs
- ResizeGrip.cs
- XDRSchema.cs
- DataBoundLiteralControl.cs
- COSERVERINFO.cs
- UTF32Encoding.cs
- QueryConverter.cs
- MemberHolder.cs
- AudienceUriMode.cs
- DependentList.cs
- configsystem.cs
- FreezableDefaultValueFactory.cs
- ValuePattern.cs
- AssemblyCacheEntry.cs
- mediaeventargs.cs
- TransformGroup.cs
- ControlCollection.cs
- TableLayoutPanelCellPosition.cs
- CodeParameterDeclarationExpressionCollection.cs
- WindowsUpDown.cs
- ChannelManager.cs
- DynamicPropertyReader.cs
- RandomNumberGenerator.cs
- XPathQilFactory.cs
- SizeAnimation.cs
- ConfigurationValues.cs
- MemberAccessException.cs
- CurrentChangedEventManager.cs
- HitTestFilterBehavior.cs
- WindowsNonControl.cs
- Events.cs
- Peer.cs
- RepeatButton.cs
- PreviewPrintController.cs
- DecimalFormatter.cs
- TrackingStringDictionary.cs
- SelectorAutomationPeer.cs
- WindowsGraphics2.cs
- GradientStop.cs
- TypeReference.cs
- SizeLimitedCache.cs