Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SrgsElementFactoryCompiler.cs
- ObjectListCommandEventArgs.cs
- BatchStream.cs
- MailWriter.cs
- InlineCollection.cs
- TraceEventCache.cs
- SplitterCancelEvent.cs
- PixelFormats.cs
- ProxyFragment.cs
- TextParagraphView.cs
- HexParser.cs
- CellCreator.cs
- LoginNameDesigner.cs
- Exceptions.cs
- HexParser.cs
- ReflectPropertyDescriptor.cs
- Ipv6Element.cs
- DbConnectionInternal.cs
- BufferedConnection.cs
- ReadOnlyDataSourceView.cs
- BitmapFrameEncode.cs
- Pair.cs
- ImageListDesigner.cs
- XmlEncoding.cs
- MapPathBasedVirtualPathProvider.cs
- WebBaseEventKeyComparer.cs
- NetDataContractSerializer.cs
- CommaDelimitedStringAttributeCollectionConverter.cs
- CompModSwitches.cs
- remotingproxy.cs
- Label.cs
- OperatingSystem.cs
- WithStatement.cs
- UniqueEventHelper.cs
- EnumValAlphaComparer.cs
- PtsHelper.cs
- AdPostCacheSubstitution.cs
- Section.cs
- TextSelection.cs
- CheckBoxList.cs
- XmlTextEncoder.cs
- DataProtection.cs
- RemoveFromCollection.cs
- SqlBinder.cs
- StylusButtonEventArgs.cs
- HTMLTagNameToTypeMapper.cs
- ImageButton.cs
- KeyValueConfigurationCollection.cs
- HtmlUtf8RawTextWriter.cs
- ByteFacetDescriptionElement.cs
- Int32Converter.cs
- XmlNodeWriter.cs
- TextEditorContextMenu.cs
- DataKeyArray.cs
- AttributeAction.cs
- GridViewCellAutomationPeer.cs
- FieldToken.cs
- XamlDesignerSerializationManager.cs
- MetadataItemEmitter.cs
- MsmqHostedTransportConfiguration.cs
- BitmapEncoder.cs
- MouseButton.cs
- EdmConstants.cs
- PrintEvent.cs
- TransactionTraceIdentifier.cs
- oledbmetadatacolumnnames.cs
- DataGridRowHeader.cs
- SpAudioStreamWrapper.cs
- nulltextcontainer.cs
- LineServicesRun.cs
- SQLMembershipProvider.cs
- ModuleConfigurationInfo.cs
- ActivityScheduledRecord.cs
- CacheEntry.cs
- PerformanceCounterManager.cs
- XmlSchemaExporter.cs
- WebPartEditorApplyVerb.cs
- XmlMembersMapping.cs
- ToolStripStatusLabel.cs
- TableCellCollection.cs
- Literal.cs
- SettingsProperty.cs
- FixUp.cs
- InvokeMethod.cs
- HttpHandlerActionCollection.cs
- RightsManagementProvider.cs
- SchemaObjectWriter.cs
- WebUtil.cs
- StrokeNodeEnumerator.cs
- LongValidator.cs
- XmlImplementation.cs
- FontDialog.cs
- HttpListenerException.cs
- AppDomainResourcePerfCounters.cs
- MetaType.cs
- ApplicationContext.cs
- EventProviderWriter.cs
- followingquery.cs
- AttributeAction.cs
- XmlLanguageConverter.cs