Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- TargetException.cs
- PermissionSetTriple.cs
- HashMembershipCondition.cs
- FixedElement.cs
- FixedSOMGroup.cs
- BasicViewGenerator.cs
- TextLineResult.cs
- KeyboardNavigation.cs
- ColumnWidthChangingEvent.cs
- CodeGenerator.cs
- EventArgs.cs
- ApplicationInterop.cs
- DataGridSortCommandEventArgs.cs
- HttpProfileGroupBase.cs
- ListViewItem.cs
- Stopwatch.cs
- BooleanKeyFrameCollection.cs
- RtfToXamlReader.cs
- ObjectAssociationEndMapping.cs
- TimerEventSubscription.cs
- Filter.cs
- ChangeDirector.cs
- InvalidComObjectException.cs
- SelectionProviderWrapper.cs
- BStrWrapper.cs
- datacache.cs
- Predicate.cs
- SqlXml.cs
- Decimal.cs
- mactripleDES.cs
- TypeToStringValueConverter.cs
- documentsequencetextpointer.cs
- TextBox.cs
- SqlDataRecord.cs
- TableLayoutRowStyleCollection.cs
- TypeRestriction.cs
- CodeCompiler.cs
- COM2TypeInfoProcessor.cs
- Completion.cs
- CommandSet.cs
- PropertyChangingEventArgs.cs
- FileVersionInfo.cs
- GeneralTransformGroup.cs
- ExpandSegmentCollection.cs
- SplitContainer.cs
- XmlAggregates.cs
- OpenFileDialog.cs
- EntityDataSourceWizardForm.cs
- SchemaMapping.cs
- DynamicRenderer.cs
- Latin1Encoding.cs
- DefaultEventAttribute.cs
- Scene3D.cs
- Group.cs
- wgx_render.cs
- SQLResource.cs
- ReachSerializerAsync.cs
- AssociatedControlConverter.cs
- ImageCodecInfo.cs
- COM2ComponentEditor.cs
- OletxCommittableTransaction.cs
- ThreadInterruptedException.cs
- FacetChecker.cs
- HtmlProps.cs
- DiffuseMaterial.cs
- CodeIdentifiers.cs
- AdornedElementPlaceholder.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- Ray3DHitTestResult.cs
- XamlToRtfParser.cs
- TableLayoutStyle.cs
- SByte.cs
- DataSvcMapFileSerializer.cs
- HttpContext.cs
- AssemblyUtil.cs
- DataGridViewComboBoxCell.cs
- ISCIIEncoding.cs
- LinkDescriptor.cs
- GcSettings.cs
- ProtectedProviderSettings.cs
- CompiledRegexRunner.cs
- RangeValidator.cs
- FormViewPagerRow.cs
- MultiByteCodec.cs
- PropertyGrid.cs
- ContentType.cs
- WindowsStatusBar.cs
- DataSourceSelectArguments.cs
- SchemaManager.cs
- SerializationInfoEnumerator.cs
- DataGridRow.cs
- SQLMoneyStorage.cs
- Dispatcher.cs
- ExecutionContext.cs
- AuthenticationModulesSection.cs
- PropertyManager.cs
- HttpCookieCollection.cs
- Control.cs
- TemplatePropertyEntry.cs
- ToggleButton.cs