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
- cookie.cs
- TextDocumentView.cs
- WindowsFormsSynchronizationContext.cs
- HttpWebRequestElement.cs
- XmlSchemaAttribute.cs
- ClrPerspective.cs
- ICollection.cs
- Inflater.cs
- EpmSourcePathSegment.cs
- HttpEncoderUtility.cs
- SafeEventHandle.cs
- ConfigurationHandlersInstallComponent.cs
- EventWaitHandleSecurity.cs
- XmlDownloadManager.cs
- XmlDigitalSignatureProcessor.cs
- safelinkcollection.cs
- Control.cs
- ToolStripSystemRenderer.cs
- Missing.cs
- BindingGraph.cs
- ScrollPatternIdentifiers.cs
- FaultReason.cs
- Span.cs
- StylusPointCollection.cs
- DataSetMappper.cs
- InkSerializer.cs
- InputMethod.cs
- PathFigureCollection.cs
- HttpRuntime.cs
- localization.cs
- SQLRoleProvider.cs
- NativeMethods.cs
- ArrayExtension.cs
- ListViewDeleteEventArgs.cs
- XPathMultyIterator.cs
- RecordManager.cs
- ProcessHost.cs
- ComplexTypeEmitter.cs
- SqlGenericUtil.cs
- ClusterRegistryConfigurationProvider.cs
- TablePatternIdentifiers.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- Vector.cs
- KnownTypes.cs
- ObjectPersistData.cs
- SelectiveScrollingGrid.cs
- BuildProvidersCompiler.cs
- SpotLight.cs
- PathParser.cs
- OdbcEnvironmentHandle.cs
- SpoolingTask.cs
- SvcFileManager.cs
- TemplateControlParser.cs
- FontStretchConverter.cs
- WindowsTokenRoleProvider.cs
- MethodBody.cs
- _SSPISessionCache.cs
- XmlToDatasetMap.cs
- HandlerFactoryWrapper.cs
- DataGridGeneralPage.cs
- ProcessInputEventArgs.cs
- PropertyToken.cs
- IItemContainerGenerator.cs
- smtpconnection.cs
- ViewPort3D.cs
- SqlHelper.cs
- Calendar.cs
- BaseTemplateBuildProvider.cs
- LOSFormatter.cs
- DropDownButton.cs
- TableLayoutStyleCollection.cs
- invalidudtexception.cs
- SmiRequestExecutor.cs
- OLEDB_Util.cs
- DrawTreeNodeEventArgs.cs
- SessionState.cs
- CaseInsensitiveComparer.cs
- MaskedTextBox.cs
- FormViewPageEventArgs.cs
- thaishape.cs
- RectangleF.cs
- FormattedTextSymbols.cs
- Shared.cs
- FixedLineResult.cs
- UnsettableComboBox.cs
- TextElementCollectionHelper.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- ThaiBuddhistCalendar.cs
- TextServicesHost.cs
- JsonFormatReaderGenerator.cs
- TemplateControl.cs
- GridViewColumn.cs
- DetailsViewDeletedEventArgs.cs
- ISO2022Encoding.cs
- Converter.cs
- grammarelement.cs
- OleDbRowUpdatingEvent.cs
- WrappedReader.cs
- AccessibleObject.cs
- TableColumnCollection.cs