Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / NotificationContext.cs / 1 / 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. //------------------------------------------------------------------------------ //// 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
- RelativeSource.cs
- XmlSchemas.cs
- SignedXml.cs
- CodeCommentStatement.cs
- X509ClientCertificateAuthentication.cs
- PointAnimationClockResource.cs
- WsdlInspector.cs
- Shape.cs
- DataKeyArray.cs
- CollectionChangeEventArgs.cs
- PathStreamGeometryContext.cs
- XamlDesignerSerializationManager.cs
- SizeConverter.cs
- SqlRemoveConstantOrderBy.cs
- CodeMemberProperty.cs
- BindingCompleteEventArgs.cs
- Enum.cs
- VariableDesigner.xaml.cs
- WebHttpDispatchOperationSelector.cs
- NumberSubstitution.cs
- MenuItemBindingCollection.cs
- AttachmentService.cs
- TextChangedEventArgs.cs
- DecoderBestFitFallback.cs
- PropertyMapper.cs
- ToggleButton.cs
- DrawingGroup.cs
- FlowDocumentScrollViewer.cs
- XmlBaseReader.cs
- ForeignConstraint.cs
- Hyperlink.cs
- StrictModeSecurityHeaderElementInferenceEngine.cs
- WebCategoryAttribute.cs
- KnownBoxes.cs
- Mouse.cs
- Splitter.cs
- TemplateGroupCollection.cs
- IdentityValidationException.cs
- ACE.cs
- SpeechEvent.cs
- PropertyConverter.cs
- DelegatingTypeDescriptionProvider.cs
- Propagator.Evaluator.cs
- SpellerHighlightLayer.cs
- HtmlDocument.cs
- WinFormsComponentEditor.cs
- SessionStateUtil.cs
- Point4D.cs
- ToolStripPanelCell.cs
- CleanUpVirtualizedItemEventArgs.cs
- ContentPlaceHolderDesigner.cs
- DataServiceQueryProvider.cs
- EntitySqlQueryBuilder.cs
- CombinedGeometry.cs
- CacheForPrimitiveTypes.cs
- DataServiceClientException.cs
- FormClosingEvent.cs
- StylusPointProperties.cs
- RuleSettings.cs
- ValidationErrorCollection.cs
- EventMappingSettings.cs
- WsatConfiguration.cs
- PreProcessor.cs
- AuthenticateEventArgs.cs
- DataView.cs
- HierarchicalDataSourceControl.cs
- AppDomainAttributes.cs
- AppDomainUnloadedException.cs
- RenamedEventArgs.cs
- ToolboxComponentsCreatingEventArgs.cs
- OverlappedContext.cs
- TdsParserHelperClasses.cs
- ColumnMapCopier.cs
- TableRowCollection.cs
- ObjectConverter.cs
- ResourceDefaultValueAttribute.cs
- EntityDataSourceValidationException.cs
- EntityDataSource.cs
- HttpCapabilitiesBase.cs
- basevalidator.cs
- XmlSchemaSimpleContent.cs
- RegularExpressionValidator.cs
- ScopelessEnumAttribute.cs
- ReachVisualSerializerAsync.cs
- Int32RectConverter.cs
- WorkflowApplicationUnhandledExceptionEventArgs.cs
- RegisteredArrayDeclaration.cs
- PerformanceCounterManager.cs
- DatagridviewDisplayedBandsData.cs
- RectAnimationClockResource.cs
- SafeCryptHandles.cs
- Transform.cs
- BinaryObjectInfo.cs
- SystemInfo.cs
- WebPartsSection.cs
- ToolStripScrollButton.cs
- XmlSerializer.cs
- XmlBinaryWriterSession.cs
- FontSourceCollection.cs
- RangeContentEnumerator.cs