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 / 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
- HttpsHostedTransportConfiguration.cs
- ConfigUtil.cs
- EntryPointNotFoundException.cs
- PenThreadWorker.cs
- DynamicValidatorEventArgs.cs
- HTTPAPI_VERSION.cs
- CodeStatement.cs
- Mouse.cs
- ImageIndexConverter.cs
- DiscoveryReferences.cs
- BufferedReadStream.cs
- XmlSchemas.cs
- ObjectView.cs
- HTTPNotFoundHandler.cs
- DragEvent.cs
- Compiler.cs
- UpdateDelegates.Generated.cs
- PartialCachingControl.cs
- TraceSection.cs
- MetaData.cs
- RotateTransform.cs
- Comparer.cs
- AQNBuilder.cs
- KeyboardEventArgs.cs
- remotingproxy.cs
- IfAction.cs
- NestPullup.cs
- ServiceDeploymentInfo.cs
- X509Utils.cs
- MDIClient.cs
- BeginEvent.cs
- Crc32.cs
- peernodeimplementation.cs
- PasswordBoxAutomationPeer.cs
- UserControl.cs
- MetadataCache.cs
- MenuAdapter.cs
- SystemBrushes.cs
- ExpressionBindingCollection.cs
- Zone.cs
- ReadOnlyActivityGlyph.cs
- FormsIdentity.cs
- PropertyInfoSet.cs
- XappLauncher.cs
- CompiledXpathExpr.cs
- ConnectionPointCookie.cs
- OuterGlowBitmapEffect.cs
- ActivityCodeDomReferenceService.cs
- MessageVersion.cs
- MdImport.cs
- GeneralTransform2DTo3D.cs
- _RequestCacheProtocol.cs
- CustomCategoryAttribute.cs
- MenuItemBinding.cs
- TemplateBindingExtensionConverter.cs
- MediaSystem.cs
- Font.cs
- PageClientProxyGenerator.cs
- TextFormatterContext.cs
- TriggerBase.cs
- RouteCollection.cs
- ItemDragEvent.cs
- PropVariant.cs
- WebPartConnectionsEventArgs.cs
- XmlTextAttribute.cs
- CollectionViewGroup.cs
- ListDictionaryInternal.cs
- QueryResultOp.cs
- DataSetMappper.cs
- ThreadExceptionEvent.cs
- IMembershipProvider.cs
- ToolStripLocationCancelEventArgs.cs
- PeerName.cs
- Variable.cs
- TemplatePartAttribute.cs
- WorkflowTerminatedException.cs
- TextUtf8RawTextWriter.cs
- ParameterCollection.cs
- XNodeNavigator.cs
- RoleManagerSection.cs
- ThemeDirectoryCompiler.cs
- CompositeFontInfo.cs
- ClusterRegistryConfigurationProvider.cs
- Function.cs
- CrossSiteScriptingValidation.cs
- SoapMessage.cs
- CheckBoxRenderer.cs
- RedirectionProxy.cs
- WindowsListViewGroupHelper.cs
- GetIndexBinder.cs
- DataConnectionHelper.cs
- Pen.cs
- EditableTreeList.cs
- ButtonFieldBase.cs
- DataGridDesigner.cs
- ConnectionStringsExpressionBuilder.cs
- MultiAsyncResult.cs
- ConstraintCollection.cs
- Lasso.cs
- UxThemeWrapper.cs