Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Profile / ProfileEventArgs.cs / 1305376 / 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. /// 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
- UrlParameterWriter.cs
- ContextStack.cs
- QueueProcessor.cs
- autovalidator.cs
- WebPartEditVerb.cs
- ConfigurationPropertyCollection.cs
- VisualTarget.cs
- ByteRangeDownloader.cs
- XamlTreeBuilder.cs
- ItemsPanelTemplate.cs
- UpWmlMobileTextWriter.cs
- FileNameEditor.cs
- ZoneButton.cs
- DataGridViewRowEventArgs.cs
- ContainerParagraph.cs
- HeaderedItemsControl.cs
- ManagementScope.cs
- BulletChrome.cs
- CancellationTokenRegistration.cs
- CompoundFileStreamReference.cs
- WindowsUpDown.cs
- MultiTouchSystemGestureLogic.cs
- TransportContext.cs
- CDSsyncETWBCLProvider.cs
- XmlHierarchicalEnumerable.cs
- ColorTransform.cs
- MethodToken.cs
- UnhandledExceptionEventArgs.cs
- JsonDataContract.cs
- Regex.cs
- InstanceDataCollection.cs
- Inflater.cs
- QueryCacheEntry.cs
- SchemaElementLookUpTable.cs
- EventLogEntryCollection.cs
- RegistryExceptionHelper.cs
- DeferrableContentConverter.cs
- InstanceKeyCompleteException.cs
- OracleParameterBinding.cs
- DataTableReader.cs
- ConnectionString.cs
- Transform3D.cs
- DataSourceView.cs
- TableItemProviderWrapper.cs
- MatrixUtil.cs
- QilUnary.cs
- MD5HashHelper.cs
- ActivityExecutorSurrogate.cs
- StreamingContext.cs
- OneOfScalarConst.cs
- MenuBase.cs
- ReflectionPermission.cs
- FormViewCommandEventArgs.cs
- PropertyAccessVisitor.cs
- XmlDocument.cs
- DateTimeConverter.cs
- CompModHelpers.cs
- SchemaUtility.cs
- MimePart.cs
- DocumentViewerBase.cs
- CalendarTable.cs
- IgnoreFileBuildProvider.cs
- TabItem.cs
- DynamicRendererThreadManager.cs
- DesignerOptionService.cs
- LostFocusEventManager.cs
- initElementDictionary.cs
- Rules.cs
- XmlAttribute.cs
- GenericWebPart.cs
- DrawingCollection.cs
- SchemaType.cs
- HttpRuntimeSection.cs
- XmlSerializationGeneratedCode.cs
- PointLight.cs
- Monitor.cs
- DataGridTextBoxColumn.cs
- WinEventHandler.cs
- HtmlHead.cs
- ConnectionPointGlyph.cs
- TextBlockAutomationPeer.cs
- WebPartActionVerb.cs
- ipaddressinformationcollection.cs
- RegexCharClass.cs
- MsmqHostedTransportManager.cs
- BitConverter.cs
- NativeMethods.cs
- ComplexBindingPropertiesAttribute.cs
- Span.cs
- TextRunCacheImp.cs
- HttpHandlerActionCollection.cs
- WebPartMenu.cs
- HierarchicalDataBoundControlAdapter.cs
- ObjectRef.cs
- ConfigurationPropertyCollection.cs
- DbConnectionPoolCounters.cs
- FileNotFoundException.cs
- FormViewInsertEventArgs.cs
- MaterialGroup.cs
- ComponentEvent.cs