Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / NotificationContext.cs / 3 / 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
- InstanceDataCollectionCollection.cs
- VSWCFServiceContractGenerator.cs
- RelationalExpressions.cs
- GACMembershipCondition.cs
- DataGridPagingPage.cs
- EnumUnknown.cs
- Fonts.cs
- SecuritySessionSecurityTokenAuthenticator.cs
- AlgoModule.cs
- MachineKeyConverter.cs
- IxmlLineInfo.cs
- GridViewCommandEventArgs.cs
- RawAppCommandInputReport.cs
- BaseCodePageEncoding.cs
- KeysConverter.cs
- DefaultValueConverter.cs
- ProfilePropertyMetadata.cs
- FrameworkContentElement.cs
- OdbcEnvironmentHandle.cs
- FormViewDeleteEventArgs.cs
- SaveFileDialog.cs
- WebPartCancelEventArgs.cs
- ConfigXmlWhitespace.cs
- TreeViewCancelEvent.cs
- VariableAction.cs
- EdgeProfileValidation.cs
- HashStream.cs
- URLString.cs
- InputLanguageProfileNotifySink.cs
- BitmapInitialize.cs
- WebPermission.cs
- DetailsViewUpdateEventArgs.cs
- ContractsBCL.cs
- DocumentGridPage.cs
- SetUserPreferenceRequest.cs
- AspCompat.cs
- EditingCoordinator.cs
- MainMenu.cs
- InstanceContextMode.cs
- VirtualDirectoryMapping.cs
- EndpointFilterProvider.cs
- ProfileSettings.cs
- BitmapMetadataEnumerator.cs
- LocatorPart.cs
- HtmlInputButton.cs
- Buffer.cs
- ProtocolElement.cs
- Parser.cs
- DataSourceCollectionBase.cs
- DateTimeFormatInfoScanner.cs
- WrapperSecurityCommunicationObject.cs
- WebBrowser.cs
- CancellationState.cs
- Matrix.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs
- ButtonStandardAdapter.cs
- ComponentConverter.cs
- InputElement.cs
- SqlCommand.cs
- Token.cs
- Point4D.cs
- MouseDevice.cs
- FixedLineResult.cs
- ProfileProvider.cs
- PerformanceCounterScope.cs
- PixelFormatConverter.cs
- DesignerPerfEventProvider.cs
- PolicyDesigner.cs
- InvalidOperationException.cs
- NativeBuffer.cs
- ImageMapEventArgs.cs
- DefinitionUpdate.cs
- DataObjectCopyingEventArgs.cs
- ExternalException.cs
- ImageKeyConverter.cs
- StyleBamlTreeBuilder.cs
- LoginUtil.cs
- WindowsSpinner.cs
- Exceptions.cs
- ContentValidator.cs
- validationstate.cs
- TransformerInfo.cs
- NetStream.cs
- OpacityConverter.cs
- CellIdBoolean.cs
- MultipartIdentifier.cs
- HttpCookiesSection.cs
- InputProcessorProfiles.cs
- RenderCapability.cs
- XamlWriterExtensions.cs
- CodeExpressionStatement.cs
- SqlNamer.cs
- EventRouteFactory.cs
- processwaithandle.cs
- WebPartDesigner.cs
- TreeBuilderXamlTranslator.cs
- WebConfigurationFileMap.cs
- XmlCDATASection.cs
- RectConverter.cs
- TextTreeExtractElementUndoUnit.cs