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
- CredentialCache.cs
- DataViewListener.cs
- ConfigurationManager.cs
- SafeCancelMibChangeNotify.cs
- InertiaRotationBehavior.cs
- __ComObject.cs
- KeyToListMap.cs
- DrawingGroupDrawingContext.cs
- SqlConnectionHelper.cs
- SynchronizedDispatch.cs
- IndexerNameAttribute.cs
- ScriptControlManager.cs
- DataSourceView.cs
- CompensatableTransactionScopeActivityDesigner.cs
- ChangeToolStripParentVerb.cs
- DrawingBrush.cs
- ResponseBodyWriter.cs
- Stacktrace.cs
- TaskFactory.cs
- VideoDrawing.cs
- SimpleWebHandlerParser.cs
- TextFormatterContext.cs
- QueuedDeliveryRequirementsMode.cs
- AnimatedTypeHelpers.cs
- DocumentOrderQuery.cs
- Profiler.cs
- ToolboxSnapDragDropEventArgs.cs
- ReadOnlyHierarchicalDataSource.cs
- GiveFeedbackEvent.cs
- ActiveXHost.cs
- XmlBinaryReader.cs
- InvalidFilterCriteriaException.cs
- LineMetrics.cs
- OleDbParameterCollection.cs
- OutOfMemoryException.cs
- DependencyPropertyKey.cs
- Constraint.cs
- BooleanExpr.cs
- DbMetaDataCollectionNames.cs
- TraceSection.cs
- DocumentProperties.cs
- ChildTable.cs
- SecurityAppliedMessage.cs
- QueryExpression.cs
- ClickablePoint.cs
- XmlCustomFormatter.cs
- CultureInfo.cs
- CancellationToken.cs
- StaticTextPointer.cs
- QilTypeChecker.cs
- XmlAttributeHolder.cs
- PermissionSetEnumerator.cs
- FixedDocument.cs
- RbTree.cs
- ClientTargetCollection.cs
- CaseExpr.cs
- RequiredAttributeAttribute.cs
- isolationinterop.cs
- UTF32Encoding.cs
- PlatformCulture.cs
- DataGridAutoFormat.cs
- SynchronizationFilter.cs
- SchemaMerger.cs
- Size.cs
- SqlDataSourceQueryEditorForm.cs
- FixedSOMTextRun.cs
- ToolStripButton.cs
- IOException.cs
- WebErrorHandler.cs
- ReflectTypeDescriptionProvider.cs
- CodeNamespaceCollection.cs
- InheritanceAttribute.cs
- LineInfo.cs
- SimpleTypeResolver.cs
- ScrollEvent.cs
- ProviderCommandInfoUtils.cs
- ObjectViewEntityCollectionData.cs
- HelpKeywordAttribute.cs
- CompressedStack.cs
- LinkUtilities.cs
- XmlRawWriter.cs
- ActiveXSite.cs
- Int64AnimationUsingKeyFrames.cs
- securitymgrsite.cs
- ControlTemplate.cs
- XmlChoiceIdentifierAttribute.cs
- PeerNameResolver.cs
- Msec.cs
- SiteOfOriginPart.cs
- VBIdentifierTrimConverter.cs
- QueryConverter.cs
- CursorConverter.cs
- CredentialCache.cs
- httpapplicationstate.cs
- LoopExpression.cs
- Column.cs
- AddInDeploymentState.cs
- OleDbErrorCollection.cs
- ProjectionCamera.cs
- OdbcParameterCollection.cs