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
- XmlSerializerSection.cs
- BinaryFormatterSinks.cs
- unsafeIndexingFilterStream.cs
- XmlSerializer.cs
- PropertyIDSet.cs
- DictionaryContent.cs
- SoapIgnoreAttribute.cs
- TransportListener.cs
- RoleBoolean.cs
- Token.cs
- UIElementAutomationPeer.cs
- TcpActivation.cs
- OutputCache.cs
- messageonlyhwndwrapper.cs
- AdRotator.cs
- DependencyProperty.cs
- XmlSchemaAttributeGroup.cs
- DataServiceEntityAttribute.cs
- OdbcDataReader.cs
- WhileDesigner.xaml.cs
- DateBoldEvent.cs
- ListMarkerSourceInfo.cs
- StateItem.cs
- PaginationProgressEventArgs.cs
- WsrmMessageInfo.cs
- DataFormats.cs
- DrawingAttributes.cs
- DependencyPropertyDescriptor.cs
- DeclaredTypeValidatorAttribute.cs
- HostedTcpTransportManager.cs
- NegationPusher.cs
- OleDbFactory.cs
- AudioException.cs
- View.cs
- XmlWhitespace.cs
- PackageDigitalSignatureManager.cs
- ExtendedPropertyDescriptor.cs
- ImageKeyConverter.cs
- StringToken.cs
- DbMetaDataFactory.cs
- FileDataSourceCache.cs
- IItemContainerGenerator.cs
- MultiView.cs
- BitmapEffectDrawing.cs
- BindingMAnagerBase.cs
- ClaimTypeRequirement.cs
- Reference.cs
- AutoGeneratedFieldProperties.cs
- DetailsViewUpdateEventArgs.cs
- ExpressionBuilderContext.cs
- ToolStripItemClickedEventArgs.cs
- FileAuthorizationModule.cs
- ProviderManager.cs
- CommaDelimitedStringAttributeCollectionConverter.cs
- FloaterBaseParaClient.cs
- FixedHyperLink.cs
- ListChangedEventArgs.cs
- WebServiceEnumData.cs
- HtmlFormParameterReader.cs
- XmlSchemaSimpleTypeRestriction.cs
- _UriSyntax.cs
- Pair.cs
- XmlSchemaSequence.cs
- TriggerAction.cs
- WebConfigurationFileMap.cs
- XmlSchemas.cs
- CorrelationManager.cs
- RijndaelManagedTransform.cs
- ConfigurationConverterBase.cs
- Environment.cs
- EntityContainerAssociationSet.cs
- OneOfTypeConst.cs
- ToolStripContainer.cs
- TextEffectResolver.cs
- RoutedUICommand.cs
- DesignerView.cs
- SimpleLine.cs
- DbMetaDataFactory.cs
- XmlSchemaAnyAttribute.cs
- WebContext.cs
- EdmToObjectNamespaceMap.cs
- _emptywebproxy.cs
- UIElement.cs
- PseudoWebRequest.cs
- SqlInternalConnectionTds.cs
- XmlAttributes.cs
- OperatingSystemVersionCheck.cs
- ListBox.cs
- GcSettings.cs
- ContentControl.cs
- CodeArgumentReferenceExpression.cs
- EntityConnectionStringBuilder.cs
- GridViewColumn.cs
- AssociatedControlConverter.cs
- HandleRef.cs
- OracleParameter.cs
- ProvidersHelper.cs
- PreservationFileWriter.cs
- filewebresponse.cs
- NavigationHelper.cs