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
- ContextMenu.cs
- PackagePart.cs
- QilIterator.cs
- Style.cs
- FrameworkRichTextComposition.cs
- Helpers.cs
- ThaiBuddhistCalendar.cs
- AuthStoreRoleProvider.cs
- DataGridColumnHeaderCollection.cs
- SqlPersistenceWorkflowInstanceDescription.cs
- EventTrigger.cs
- WebPartDescription.cs
- CallTemplateAction.cs
- ExtendedProtectionPolicy.cs
- followingsibling.cs
- SelectorAutomationPeer.cs
- sitestring.cs
- HtmlTitle.cs
- BroadcastEventHelper.cs
- DesignerDataTable.cs
- XmlConvert.cs
- Accessible.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- SapiGrammar.cs
- ViewCellRelation.cs
- SrgsText.cs
- PersonalizationProviderHelper.cs
- __Error.cs
- DataSourceDescriptorCollection.cs
- LoginNameDesigner.cs
- PageCache.cs
- LinkedResource.cs
- MouseButtonEventArgs.cs
- ManagedFilter.cs
- UnsafeNativeMethods.cs
- FillBehavior.cs
- SingleResultAttribute.cs
- MaterialCollection.cs
- XmlnsCompatibleWithAttribute.cs
- HighlightComponent.cs
- DataGridColumn.cs
- CapacityStreamGeometryContext.cs
- FixUp.cs
- DesignerRegionMouseEventArgs.cs
- CodeCommentStatement.cs
- XmlILModule.cs
- CellLabel.cs
- Optimizer.cs
- QilParameter.cs
- SafeCoTaskMem.cs
- ImageSourceValueSerializer.cs
- LayoutSettings.cs
- SignedXmlDebugLog.cs
- ListViewItem.cs
- MD5HashHelper.cs
- EventsTab.cs
- DataGridColumnCollection.cs
- WorkflowStateRollbackService.cs
- TransportManager.cs
- CompositeDataBoundControl.cs
- DesignerWithHeader.cs
- ComplexPropertyEntry.cs
- FormViewDeleteEventArgs.cs
- ProtectedProviderSettings.cs
- GregorianCalendarHelper.cs
- SqlTriggerAttribute.cs
- MultipartContentParser.cs
- _FtpDataStream.cs
- StaticTextPointer.cs
- DataRecordObjectView.cs
- XmlValidatingReaderImpl.cs
- SqlGatherProducedAliases.cs
- BrowserDefinition.cs
- CaseStatement.cs
- TextDecoration.cs
- CollectionBase.cs
- ProjectedWrapper.cs
- ErrorInfoXmlDocument.cs
- COM2ExtendedBrowsingHandler.cs
- DbConnectionPool.cs
- ResXResourceSet.cs
- SafeRightsManagementEnvironmentHandle.cs
- NamespaceCollection.cs
- CallContext.cs
- DateTimeConstantAttribute.cs
- EventToken.cs
- FontClient.cs
- BookmarkList.cs
- AstTree.cs
- ActivityInstanceMap.cs
- LineServicesRun.cs
- EntityViewGenerationConstants.cs
- Int32RectConverter.cs
- RegexInterpreter.cs
- EntityContainerRelationshipSetEnd.cs
- ColumnMapProcessor.cs
- SqlGenerator.cs
- FormsAuthenticationConfiguration.cs
- MetadataPropertyvalue.cs
- SmtpClient.cs