Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / xsp / System / Web / Profile / ProfileEventArgs.cs / 1 / ProfileEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * ProfileEventArgs class * * Copyright (c) 1999 Microsoft Corporation */ namespace System.Web.Profile { using System.Web.Security; using System.Security.Principal; using System.Security.Permissions; ////// The /// event argument passed to the Profiles_OnAuthenticate event. Contains a FormsIdentity object and the /// IPrincipal object used for the context. /// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class ProfileEventArgs : EventArgs { private HttpContext _Context; ////// This is the HttpContext intrinsic - most /// notably provides access to Request, Response, and User objects. /// public HttpContext Context { get { return _Context;}} public ProfileBase Profile { get { return _Profile; } set { _Profile = value; } } private ProfileBase _Profile; ////// Constructor /// public ProfileEventArgs(HttpContext context) { _Context = context; } } } // 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
- VersionUtil.cs
- MembershipValidatePasswordEventArgs.cs
- RequestQueryParser.cs
- HitTestWithPointDrawingContextWalker.cs
- Window.cs
- HttpStreamXmlDictionaryWriter.cs
- LockedBorderGlyph.cs
- FSWPathEditor.cs
- CroppedBitmap.cs
- Token.cs
- CodeTypeReferenceExpression.cs
- FilterableAttribute.cs
- DocumentPageTextView.cs
- OdbcException.cs
- DataTableTypeConverter.cs
- FileSystemInfo.cs
- TextPenaltyModule.cs
- WebServiceData.cs
- ColorTranslator.cs
- BamlReader.cs
- UpdateTracker.cs
- _TLSstream.cs
- AssemblyName.cs
- TabControlEvent.cs
- UnionCqlBlock.cs
- DispatcherExceptionEventArgs.cs
- DataGridTable.cs
- VoiceObjectToken.cs
- TableProviderWrapper.cs
- System.Data_BID.cs
- XmlNodeChangedEventManager.cs
- ReceiveContent.cs
- SkinBuilder.cs
- DSASignatureDeformatter.cs
- FontUnitConverter.cs
- RequestResizeEvent.cs
- QilGeneratorEnv.cs
- TextLine.cs
- DataGridViewLinkCell.cs
- PointValueSerializer.cs
- TimeSpanConverter.cs
- ToolStripContainerDesigner.cs
- TypeGeneratedEventArgs.cs
- DesignerLoader.cs
- XmlAttribute.cs
- CompressStream.cs
- HebrewCalendar.cs
- BamlTreeMap.cs
- AnnouncementEventArgs.cs
- VirtualPathExtension.cs
- DesignSurfaceServiceContainer.cs
- LayoutExceptionEventArgs.cs
- controlskin.cs
- PropertyGroupDescription.cs
- ThreadExceptionEvent.cs
- ProxyWebPartConnectionCollection.cs
- ApplicationSettingsBase.cs
- FixedPageProcessor.cs
- DbConnectionStringBuilder.cs
- SplitContainer.cs
- SettingsBindableAttribute.cs
- LogEntryHeaderv1Deserializer.cs
- CodeDelegateCreateExpression.cs
- EncryptedPackage.cs
- ProfileModule.cs
- AssemblyCollection.cs
- InternalPermissions.cs
- LiteralControl.cs
- NameHandler.cs
- DoubleUtil.cs
- XmlSchemaAppInfo.cs
- InternalBufferOverflowException.cs
- sqlnorm.cs
- DragDropManager.cs
- BufferedReadStream.cs
- XmlSchema.cs
- SimpleHandlerFactory.cs
- MediaContext.cs
- DataFieldConverter.cs
- WindowsHyperlink.cs
- DynamicField.cs
- HttpRequest.cs
- LocatorManager.cs
- SiteMapNodeItemEventArgs.cs
- Panel.cs
- FileDialog.cs
- RangeValueProviderWrapper.cs
- ToolStripScrollButton.cs
- BuildManagerHost.cs
- CustomPopupPlacement.cs
- XmlSchemaGroupRef.cs
- Int16Storage.cs
- EntityKey.cs
- regiisutil.cs
- FlowNode.cs
- ConfigsHelper.cs
- ArgumentNullException.cs
- DesignerPainter.cs
- RoutedEventConverter.cs
- GridViewCommandEventArgs.cs