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
- FormatConvertedBitmap.cs
- SimpleExpression.cs
- CodeDelegateCreateExpression.cs
- ExtractedStateEntry.cs
- Converter.cs
- WindowVisualStateTracker.cs
- MetafileHeaderWmf.cs
- FormsAuthentication.cs
- EmptyCollection.cs
- SqlDependency.cs
- DataGridViewRowPostPaintEventArgs.cs
- EmptyStringExpandableObjectConverter.cs
- ClassHandlersStore.cs
- SerializationAttributes.cs
- LinkLabel.cs
- LayoutExceptionEventArgs.cs
- DataControlButton.cs
- securitycriticaldataformultiplegetandset.cs
- EntityDesignerUtils.cs
- webproxy.cs
- Rijndael.cs
- RepeaterItemEventArgs.cs
- ScriptingWebServicesSectionGroup.cs
- IISMapPath.cs
- BidirectionalDictionary.cs
- ExpressionHelper.cs
- CasesDictionary.cs
- InfoCardX509Validator.cs
- CurrentChangedEventManager.cs
- AggregateNode.cs
- CommandHelpers.cs
- UInt32Converter.cs
- ExtendedPropertyDescriptor.cs
- Roles.cs
- WebPartHelpVerb.cs
- ThreadStaticAttribute.cs
- SoapElementAttribute.cs
- cookieexception.cs
- ResourceReferenceExpressionConverter.cs
- NavigationFailedEventArgs.cs
- AnimationTimeline.cs
- MailMessageEventArgs.cs
- ProtocolReflector.cs
- HostingEnvironmentException.cs
- ObjectPersistData.cs
- BitmapDownload.cs
- FontSourceCollection.cs
- HierarchicalDataSourceControl.cs
- ComplexTypeEmitter.cs
- UserControlFileEditor.cs
- AddValidationError.cs
- HybridDictionary.cs
- ToolStripKeyboardHandlingService.cs
- PatternMatcher.cs
- WorkflowMarkupSerializer.cs
- NativeMethods.cs
- AttributeSetAction.cs
- Soap.cs
- XmlDictionaryWriter.cs
- ITextView.cs
- CacheMode.cs
- SEHException.cs
- CultureInfoConverter.cs
- CrossSiteScriptingValidation.cs
- ResourceDescriptionAttribute.cs
- DesignerView.cs
- XmlSchemaAny.cs
- DataGridItem.cs
- SmiRecordBuffer.cs
- ExpressionEditorAttribute.cs
- SettingsContext.cs
- WizardStepBase.cs
- mediaeventshelper.cs
- SqlDataSourceConfigureFilterForm.cs
- SmiEventSink_Default.cs
- XmlSerializerVersionAttribute.cs
- DataPagerFieldItem.cs
- DashStyle.cs
- FormViewInsertEventArgs.cs
- RootBuilder.cs
- HtmlTextArea.cs
- UnmanagedMarshal.cs
- BamlCollectionHolder.cs
- TreeChangeInfo.cs
- recordstatescratchpad.cs
- DesignerSerializationManager.cs
- StrokeNode.cs
- BufferAllocator.cs
- CommentEmitter.cs
- DeflateStreamAsyncResult.cs
- StyleModeStack.cs
- StyleXamlParser.cs
- PresentationAppDomainManager.cs
- SubclassTypeValidator.cs
- ProxyHelper.cs
- DbReferenceCollection.cs
- GiveFeedbackEventArgs.cs
- ValuePatternIdentifiers.cs
- ApplyHostConfigurationBehavior.cs
- CodeCompileUnit.cs