Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ //// 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
- PrinterResolution.cs
- SelectionWordBreaker.cs
- StreamWriter.cs
- AssociatedControlConverter.cs
- XmlSchemaFacet.cs
- BlockUIContainer.cs
- SchemaSetCompiler.cs
- IxmlLineInfo.cs
- HtmlSelect.cs
- RuntimeWrappedException.cs
- GeneralTransform.cs
- ActivityTypeDesigner.xaml.cs
- RectangleGeometry.cs
- AnnotationDocumentPaginator.cs
- PngBitmapDecoder.cs
- SecurityManager.cs
- FunctionQuery.cs
- DataGridViewSelectedColumnCollection.cs
- WebServiceParameterData.cs
- FileEnumerator.cs
- Model3D.cs
- lengthconverter.cs
- RectangleGeometry.cs
- ParseNumbers.cs
- KeyEvent.cs
- AssociationTypeEmitter.cs
- FloaterParagraph.cs
- FixedSOMElement.cs
- BrowserCapabilitiesCompiler.cs
- FixedSOMImage.cs
- ITextView.cs
- ServicesUtilities.cs
- NetMsmqBinding.cs
- PersonalizableTypeEntry.cs
- NameTable.cs
- MessageQueuePermissionEntryCollection.cs
- CodePageEncoding.cs
- SimpleBitVector32.cs
- TextParentUndoUnit.cs
- HwndSubclass.cs
- FontEmbeddingManager.cs
- TemplateLookupAction.cs
- DataGridHeaderBorder.cs
- RuntimeHandles.cs
- ApplicationManager.cs
- SettingsPropertyWrongTypeException.cs
- PageParserFilter.cs
- XslAst.cs
- ScriptingWebServicesSectionGroup.cs
- ActivityValidator.cs
- ChannelManagerHelpers.cs
- ComponentResourceManager.cs
- NavigationExpr.cs
- TemplatedMailWebEventProvider.cs
- SamlAssertion.cs
- ResourceReader.cs
- WebControlAdapter.cs
- MimeParameter.cs
- TableLayoutCellPaintEventArgs.cs
- WithStatement.cs
- TagPrefixCollection.cs
- DateTimeSerializationSection.cs
- Utils.cs
- Timeline.cs
- CloudCollection.cs
- DataDocumentXPathNavigator.cs
- FixedSOMPage.cs
- New.cs
- RemotingServices.cs
- BrowserTree.cs
- SelectorItemAutomationPeer.cs
- ValueQuery.cs
- DesignBindingConverter.cs
- GPRECT.cs
- TextEditorTables.cs
- XmlAttributeHolder.cs
- ImageSourceConverter.cs
- HotSpotCollectionEditor.cs
- MemberHolder.cs
- LineInfo.cs
- StringSource.cs
- ConfigurationStrings.cs
- TypedElement.cs
- CellTreeNodeVisitors.cs
- StylusButtonCollection.cs
- PageAdapter.cs
- JournalEntry.cs
- ArgumentValueSerializer.cs
- DetailsViewPagerRow.cs
- WebPartDeleteVerb.cs
- Underline.cs
- Interlocked.cs
- ScopelessEnumAttribute.cs
- versioninfo.cs
- TextBoxBase.cs
- GridEntryCollection.cs
- HtmlButton.cs
- ScrollData.cs
- EmptyCollection.cs
- ToolStripPanelCell.cs