Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. // //----------------------------------------------------------------------------- /* * 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- KnownTypesHelper.cs
- FormatException.cs
- CacheMode.cs
- DbException.cs
- WorkflowInlining.cs
- DesignerDataParameter.cs
- HMACSHA512.cs
- DocumentReferenceCollection.cs
- ButtonColumn.cs
- TimeSpanValidatorAttribute.cs
- Pool.cs
- MdiWindowListStrip.cs
- NavigationEventArgs.cs
- ProfileEventArgs.cs
- TextServicesContext.cs
- ShapingWorkspace.cs
- hresults.cs
- ClientUtils.cs
- ControlBuilder.cs
- QilSortKey.cs
- ChunkedMemoryStream.cs
- ArgumentException.cs
- BinaryReader.cs
- DATA_BLOB.cs
- Helpers.cs
- FormsAuthenticationUser.cs
- EventEntry.cs
- EpmContentSerializerBase.cs
- CommentEmitter.cs
- regiisutil.cs
- RelationshipEnd.cs
- ChangeInterceptorAttribute.cs
- FilterEventArgs.cs
- DbConnectionPoolGroupProviderInfo.cs
- VisualStateChangedEventArgs.cs
- GeometryModel3D.cs
- ListViewGroup.cs
- RC2CryptoServiceProvider.cs
- ComponentCache.cs
- figurelength.cs
- TextTreeTextElementNode.cs
- Rijndael.cs
- TextLine.cs
- SyntaxCheck.cs
- UnsafeNetInfoNativeMethods.cs
- DefaultValueConverter.cs
- CategoryGridEntry.cs
- WebControlAdapter.cs
- PerfCounters.cs
- HttpClientCertificate.cs
- DataServiceStreamProviderWrapper.cs
- ReachPageContentCollectionSerializerAsync.cs
- DynamicUpdateCommand.cs
- AllMembershipCondition.cs
- WindowsRebar.cs
- ErasingStroke.cs
- RotateTransform3D.cs
- LineBreakRecord.cs
- ClientRuntimeConfig.cs
- LinearQuaternionKeyFrame.cs
- BooleanSwitch.cs
- AsyncPostBackTrigger.cs
- ItemsChangedEventArgs.cs
- LoadedEvent.cs
- FullTextLine.cs
- CharEnumerator.cs
- Pkcs7Signer.cs
- PerformanceCountersElement.cs
- AttributeProviderAttribute.cs
- OperandQuery.cs
- XamlFxTrace.cs
- WindowsToolbarItemAsMenuItem.cs
- CompositionAdorner.cs
- DataTransferEventArgs.cs
- AppSettingsExpressionEditor.cs
- InvalidateEvent.cs
- HMACMD5.cs
- BindableAttribute.cs
- CollectionViewGroupInternal.cs
- FontNameEditor.cs
- input.cs
- Storyboard.cs
- SqlLiftWhereClauses.cs
- UpdateManifestForBrowserApplication.cs
- BoundingRectTracker.cs
- SerialPinChanges.cs
- SerializationSectionGroup.cs
- CounterCreationDataConverter.cs
- HttpSocketManager.cs
- UdpDiscoveryEndpointProvider.cs
- Control.cs
- XXXInfos.cs
- UIElementParagraph.cs
- CellRelation.cs
- ControlCollection.cs
- WorkflowInstance.cs
- EmbeddedMailObject.cs
- HScrollBar.cs
- TransformGroup.cs
- UnwrappedTypesXmlSerializerManager.cs