Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / NotificationContext.cs / 2 / 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.
//------------------------------------------------------------------------------
//
// 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataGridViewSelectedCellCollection.cs
- FontTypeConverter.cs
- Exceptions.cs
- EntityDescriptor.cs
- TreeBuilder.cs
- Point3DValueSerializer.cs
- OracleDateTime.cs
- Calendar.cs
- UIInitializationException.cs
- PropertyGroupDescription.cs
- SqlProviderServices.cs
- Lease.cs
- LocalIdKeyIdentifierClause.cs
- SoapTransportImporter.cs
- HttpRuntimeSection.cs
- PerformanceCounterPermissionEntry.cs
- ReflectionUtil.cs
- FormatterServices.cs
- DataGridViewCellStyleChangedEventArgs.cs
- XamlDesignerSerializationManager.cs
- CustomErrorCollection.cs
- ClientFormsIdentity.cs
- IxmlLineInfo.cs
- TransactionWaitAsyncResult.cs
- AutomationPropertyInfo.cs
- MasterPage.cs
- Image.cs
- WebPartVerb.cs
- WsrmMessageInfo.cs
- Debug.cs
- TimeSpanOrInfiniteConverter.cs
- DataGridViewColumnCollection.cs
- WebPageTraceListener.cs
- ModelPropertyDescriptor.cs
- EqualityComparer.cs
- XmlCodeExporter.cs
- XamlReader.cs
- TypeExtensionConverter.cs
- ListViewTableRow.cs
- DataGridViewRowCancelEventArgs.cs
- UriScheme.cs
- TreeViewEvent.cs
- AbstractSvcMapFileLoader.cs
- ExtenderProvidedPropertyAttribute.cs
- ProjectionRewriter.cs
- Table.cs
- ADRole.cs
- RegisteredExpandoAttribute.cs
- _StreamFramer.cs
- AppModelKnownContentFactory.cs
- GeneralTransform3D.cs
- PolicyManager.cs
- GridViewRowPresenterBase.cs
- ImageAttributes.cs
- StaticSiteMapProvider.cs
- SmiSettersStream.cs
- ExtensibleClassFactory.cs
- EmptyStringExpandableObjectConverter.cs
- PointLightBase.cs
- DataGridCommandEventArgs.cs
- DrawingBrush.cs
- SqlCrossApplyToCrossJoin.cs
- ByteAnimationBase.cs
- SettingsPropertyCollection.cs
- CollectionsUtil.cs
- XmlDataLoader.cs
- ContextProperty.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- Preprocessor.cs
- InteropAutomationProvider.cs
- ScrollBar.cs
- DirtyTextRange.cs
- RelationshipDetailsRow.cs
- FunctionUpdateCommand.cs
- CFGGrammar.cs
- PropertyEmitterBase.cs
- ParseElement.cs
- WebServiceFault.cs
- MimeBasePart.cs
- Int32CollectionConverter.cs
- DocumentCollection.cs
- ExpanderAutomationPeer.cs
- BaseValidatorDesigner.cs
- MouseGestureValueSerializer.cs
- LZCodec.cs
- ObjectStateEntryDbDataRecord.cs
- SettingsPropertyIsReadOnlyException.cs
- WebPartEditVerb.cs
- LazyTextWriterCreator.cs
- MenuItem.cs
- DesignerValidatorAdapter.cs
- BindingCollection.cs
- reliableinputsessionchannel.cs
- EncodingInfo.cs
- OrderedDictionary.cs
- GeneralTransform3DGroup.cs
- TreeNodeBinding.cs
- cookiecontainer.cs
- CompiledQueryCacheKey.cs
- KeyValuePairs.cs