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
- XmlNamespaceMapping.cs
- Application.cs
- SHA512Managed.cs
- ObjectKeyFrameCollection.cs
- PageAdapter.cs
- SqlConnectionHelper.cs
- MSHTMLHostUtil.cs
- GetWinFXPath.cs
- NavigateEvent.cs
- RotationValidation.cs
- EnvironmentPermission.cs
- EventBuilder.cs
- WorkflowServiceOperationListItem.cs
- WorkflowQueuingService.cs
- COM2IDispatchConverter.cs
- UnmanagedMemoryStream.cs
- SimplePropertyEntry.cs
- SimpleMailWebEventProvider.cs
- Point3DCollectionConverter.cs
- KeyboardEventArgs.cs
- NativeWindow.cs
- UnsafeCollabNativeMethods.cs
- GridViewPageEventArgs.cs
- Nodes.cs
- SystemEvents.cs
- CookieProtection.cs
- _HelperAsyncResults.cs
- BasicExpandProvider.cs
- XmlSchemaAttributeGroupRef.cs
- CodeAttachEventStatement.cs
- TextureBrush.cs
- ContextMarshalException.cs
- UMPAttributes.cs
- VisualTreeFlattener.cs
- TrustManagerPromptUI.cs
- SmtpTransport.cs
- TaskFormBase.cs
- UIElementCollection.cs
- ContentFilePart.cs
- CodeTypeParameter.cs
- AggregateNode.cs
- XmlEncodedRawTextWriter.cs
- UIElement3D.cs
- FixUpCollection.cs
- Utils.cs
- PerformanceCounterNameAttribute.cs
- ObjectItemCollectionAssemblyCacheEntry.cs
- SplineKeyFrames.cs
- PropertyChangingEventArgs.cs
- Clock.cs
- MouseCaptureWithinProperty.cs
- HtmlButton.cs
- HwndTarget.cs
- RegisteredExpandoAttribute.cs
- SystemKeyConverter.cs
- SerialPort.cs
- TypeLibConverter.cs
- EndpointDiscoveryMetadataCD1.cs
- HtmlInputImage.cs
- WindowsSysHeader.cs
- InkSerializer.cs
- DispatcherExceptionFilterEventArgs.cs
- CategoryGridEntry.cs
- Registration.cs
- FormClosedEvent.cs
- ResourceIDHelper.cs
- GridViewRowPresenterBase.cs
- SmiContextFactory.cs
- SqlRetyper.cs
- StringUtil.cs
- TransformValueSerializer.cs
- HttpWebRequest.cs
- UInt64Converter.cs
- IPPacketInformation.cs
- PassportIdentity.cs
- RepeaterItemCollection.cs
- RefreshPropertiesAttribute.cs
- Internal.cs
- StrongNameMembershipCondition.cs
- ApplicationDirectory.cs
- UIElement.cs
- LineBreakRecord.cs
- OleAutBinder.cs
- PropertyMap.cs
- SQLDoubleStorage.cs
- AssemblyInfo.cs
- CqlLexerHelpers.cs
- CheckBoxFlatAdapter.cs
- UInt16.cs
- GeneratedCodeAttribute.cs
- UpDownEvent.cs
- ConfigurationManagerHelper.cs
- VideoDrawing.cs
- HashRepartitionEnumerator.cs
- TextServicesProperty.cs
- ToolStripRendererSwitcher.cs
- GenericXmlSecurityToken.cs
- Axis.cs
- DiscoveryClientProtocol.cs
- AssertFilter.cs