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
- ListMarkerLine.cs
- SemaphoreFullException.cs
- DataGridTableCollection.cs
- HostProtectionException.cs
- HttpSessionStateWrapper.cs
- Identity.cs
- RawStylusInput.cs
- Tokenizer.cs
- ButtonFlatAdapter.cs
- Number.cs
- Pair.cs
- XPathSelectionIterator.cs
- Grammar.cs
- XamlStream.cs
- PrintPageEvent.cs
- PeerResolver.cs
- QualifierSet.cs
- PrintingPermission.cs
- WindowsTokenRoleProvider.cs
- EmulateRecognizeCompletedEventArgs.cs
- PropertyDescriptorComparer.cs
- ComboBox.cs
- tooltip.cs
- CounterCreationDataCollection.cs
- DateTimeOffsetAdapter.cs
- EngineSiteSapi.cs
- PolicyException.cs
- NativeMethods.cs
- RecognizerBase.cs
- DependencyObjectCodeDomSerializer.cs
- ConfigurationValue.cs
- RtfToXamlReader.cs
- BindingNavigator.cs
- ValueTypeFixupInfo.cs
- BCryptNative.cs
- ToolStripTextBox.cs
- FileFormatException.cs
- X500Name.cs
- CodeNamespaceImport.cs
- CommandLibraryHelper.cs
- OleDbMetaDataFactory.cs
- ByteAnimationUsingKeyFrames.cs
- ChangeToolStripParentVerb.cs
- CodeTypeMember.cs
- SequenceFullException.cs
- HtmlForm.cs
- MarkupCompiler.cs
- ResourceExpressionBuilder.cs
- WSSecurityOneDotOneReceiveSecurityHeader.cs
- log.cs
- DbMetaDataCollectionNames.cs
- HttpHandlersSection.cs
- RelationshipEntry.cs
- ToolStripComboBox.cs
- StreamReader.cs
- Canvas.cs
- WebException.cs
- MimeXmlImporter.cs
- ApplicationId.cs
- Random.cs
- ServerType.cs
- DataGridViewEditingControlShowingEventArgs.cs
- SchemaObjectWriter.cs
- CodeLabeledStatement.cs
- RequestCacheManager.cs
- EffectiveValueEntry.cs
- InternalDuplexBindingElement.cs
- SurrogateSelector.cs
- DependencyObject.cs
- RSACryptoServiceProvider.cs
- XmlProcessingInstruction.cs
- AutomationPropertyInfo.cs
- PromptEventArgs.cs
- TextSchema.cs
- DocumentViewerConstants.cs
- InvokePatternIdentifiers.cs
- HostedTransportConfigurationManager.cs
- SettingsAttributes.cs
- InvalidAsynchronousStateException.cs
- PathFigure.cs
- Logging.cs
- Native.cs
- WindowCollection.cs
- TemplateField.cs
- PeerNameRegistration.cs
- SafeNativeMethods.cs
- DataPager.cs
- MappingSource.cs
- manifestimages.cs
- OleDbRowUpdatingEvent.cs
- Trace.cs
- DataGridTextBoxColumn.cs
- XmlSchemaObject.cs
- TreeWalkHelper.cs
- BrushMappingModeValidation.cs
- HeaderCollection.cs
- AuthenticationModuleElement.cs
- ShapeTypeface.cs
- HttpCachePolicyElement.cs
- ConfigurationSection.cs