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
- ConstraintStruct.cs
- Quaternion.cs
- ProxyAttribute.cs
- BufferBuilder.cs
- DataObjectCopyingEventArgs.cs
- WeakEventManager.cs
- CapabilitiesUse.cs
- SlipBehavior.cs
- Run.cs
- TableCellCollection.cs
- CfgRule.cs
- SqlConnectionStringBuilder.cs
- ClickablePoint.cs
- ArrayTypeMismatchException.cs
- TextUtf8RawTextWriter.cs
- ResXResourceWriter.cs
- RectAnimation.cs
- ErrorInfoXmlDocument.cs
- SessionState.cs
- StorageAssociationTypeMapping.cs
- ScalarRestriction.cs
- CodeExporter.cs
- ObjectIDGenerator.cs
- UInt64Converter.cs
- Page.cs
- RuleSettings.cs
- FolderBrowserDialog.cs
- ReadOnlyTernaryTree.cs
- StyleSheet.cs
- FontNamesConverter.cs
- XhtmlBasicValidatorAdapter.cs
- TTSVoice.cs
- DBCSCodePageEncoding.cs
- RSAPKCS1SignatureFormatter.cs
- compensatingcollection.cs
- Thumb.cs
- ObjectPersistData.cs
- EnumUnknown.cs
- CodeMethodInvokeExpression.cs
- ByteAnimationBase.cs
- EdmScalarPropertyAttribute.cs
- HtmlInputText.cs
- BitmapEffectvisualstate.cs
- TypeCollectionPropertyEditor.cs
- Operator.cs
- X509RawDataKeyIdentifierClause.cs
- Label.cs
- SimpleBitVector32.cs
- XMLSyntaxException.cs
- SqlInternalConnectionSmi.cs
- WebServiceClientProxyGenerator.cs
- basemetadatamappingvisitor.cs
- List.cs
- Aggregates.cs
- EventNotify.cs
- TypeTypeConverter.cs
- DbReferenceCollection.cs
- HtmlPhoneCallAdapter.cs
- RelativeSource.cs
- TableRowCollection.cs
- StaticTextPointer.cs
- XmlFormatReaderGenerator.cs
- Rule.cs
- ResourceIDHelper.cs
- PeerObject.cs
- LayoutEvent.cs
- ContractMapping.cs
- EventLogSession.cs
- RootBrowserWindowProxy.cs
- fixedPageContentExtractor.cs
- RoleManagerModule.cs
- ChangeNode.cs
- FormsAuthenticationCredentials.cs
- LinqDataSourceDeleteEventArgs.cs
- BitmapData.cs
- CompositeScriptReference.cs
- DataComponentNameHandler.cs
- PathStreamGeometryContext.cs
- SmtpAuthenticationManager.cs
- GenericPrincipal.cs
- SqlRetyper.cs
- HtmlElementErrorEventArgs.cs
- ControlCachePolicy.cs
- ChtmlTextWriter.cs
- BinHexEncoder.cs
- MessageHeader.cs
- NameObjectCollectionBase.cs
- InkCanvas.cs
- ObjectViewListener.cs
- WebPartChrome.cs
- BitVector32.cs
- StateWorkerRequest.cs
- PartialCachingAttribute.cs
- StickyNoteHelper.cs
- EntityWithKeyStrategy.cs
- ObjectToken.cs
- HMACMD5.cs
- XmlNode.cs
- TimerElapsedEvenArgs.cs
- ValidateNames.cs