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
- ProcessManager.cs
- SimpleApplicationHost.cs
- OdbcFactory.cs
- TabletDeviceInfo.cs
- IsolatedStorageException.cs
- HierarchicalDataSourceControl.cs
- DetailsViewCommandEventArgs.cs
- DesignerAttribute.cs
- PolyQuadraticBezierSegment.cs
- LinqDataSource.cs
- TransformValueSerializer.cs
- XmlAttributeAttribute.cs
- _SslStream.cs
- Publisher.cs
- EntityDataSourceWrapper.cs
- TableSectionStyle.cs
- DbXmlEnabledProviderManifest.cs
- DataDocumentXPathNavigator.cs
- ConfigDefinitionUpdates.cs
- RowsCopiedEventArgs.cs
- BaseComponentEditor.cs
- UserControl.cs
- SystemNetHelpers.cs
- MissingMemberException.cs
- XmlParserContext.cs
- PersonalizationStateInfoCollection.cs
- dsa.cs
- ToolBarPanel.cs
- DragStartedEventArgs.cs
- ToolStripComboBox.cs
- EditorZone.cs
- XmlSchemaSimpleContentRestriction.cs
- ComponentEditorPage.cs
- StorageInfo.cs
- ObjectManager.cs
- RuntimeConfigLKG.cs
- QueueProcessor.cs
- ProcessHostFactoryHelper.cs
- ValidationSummary.cs
- SessionConnectionReader.cs
- DataObjectFieldAttribute.cs
- FactoryMaker.cs
- CodeNamespace.cs
- InputDevice.cs
- DataObjectMethodAttribute.cs
- DataListItemCollection.cs
- MemberRestriction.cs
- UrlPath.cs
- _HelperAsyncResults.cs
- PrincipalPermission.cs
- EditorPart.cs
- UrlAuthorizationModule.cs
- StaticDataManager.cs
- SizeAnimationClockResource.cs
- NavigationProgressEventArgs.cs
- Attachment.cs
- XmlChildEnumerator.cs
- ClientClassGenerator.cs
- UndoEngine.cs
- IMembershipProvider.cs
- SuppressMessageAttribute.cs
- DefaultPropertyAttribute.cs
- SynchronizedKeyedCollection.cs
- NodeFunctions.cs
- StateDesigner.LayoutSelectionGlyph.cs
- PageBuildProvider.cs
- CompiledQuery.cs
- EntityAdapter.cs
- SortedSet.cs
- ImpersonationOption.cs
- securitycriticaldata.cs
- PasswordBoxAutomationPeer.cs
- CaseExpr.cs
- ModuleBuilderData.cs
- IgnoreDataMemberAttribute.cs
- DataGridLinkButton.cs
- XmlImplementation.cs
- ThreadExceptionEvent.cs
- SubqueryRules.cs
- XmlReaderSettings.cs
- FixedPageStructure.cs
- ActionMismatchAddressingException.cs
- SafeFileHandle.cs
- PaperSource.cs
- Int16KeyFrameCollection.cs
- CacheEntry.cs
- TypeUtil.cs
- BrushMappingModeValidation.cs
- DocumentViewerConstants.cs
- SafeLocalMemHandle.cs
- documentsequencetextview.cs
- XmlWrappingReader.cs
- NetworkCredential.cs
- ConstructorBuilder.cs
- ProtocolsSection.cs
- EntityConnection.cs
- SemanticAnalyzer.cs
- EventSchemaTraceListener.cs
- COM2IPerPropertyBrowsingHandler.cs
- fixedPageContentExtractor.cs