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
- SHA1CryptoServiceProvider.cs
- TextEvent.cs
- TransactedBatchingBehavior.cs
- WebPartTransformerAttribute.cs
- __Filters.cs
- Gdiplus.cs
- BamlTreeUpdater.cs
- WSTransactionSection.cs
- SourceInterpreter.cs
- CheckBoxRenderer.cs
- HostingMessageProperty.cs
- GridViewUpdatedEventArgs.cs
- Literal.cs
- DataGridViewColumnCollection.cs
- DataError.cs
- ProtocolsConfigurationHandler.cs
- CustomErrorCollection.cs
- ClientTargetSection.cs
- WpfPayload.cs
- TaskFormBase.cs
- FileRecordSequence.cs
- XmlFormatWriterGenerator.cs
- JavaScriptString.cs
- StructuralType.cs
- TrackingStringDictionary.cs
- ToolStripArrowRenderEventArgs.cs
- XmlDictionary.cs
- DesignerSerializerAttribute.cs
- SID.cs
- TextParentUndoUnit.cs
- DistinctQueryOperator.cs
- WinInet.cs
- DirectoryInfo.cs
- ProfileGroupSettingsCollection.cs
- RuntimeIdentifierPropertyAttribute.cs
- CorrelationQuery.cs
- Message.cs
- ImageClickEventArgs.cs
- WizardStepBase.cs
- versioninfo.cs
- MgmtConfigurationRecord.cs
- DataGridViewMethods.cs
- AutomationProperties.cs
- XmlObjectSerializerWriteContextComplexJson.cs
- HtmlControlPersistable.cs
- _RequestCacheProtocol.cs
- TextEditorMouse.cs
- PropertyGridCommands.cs
- ExceptionValidationRule.cs
- WrappedIUnknown.cs
- FixedPosition.cs
- CodeSnippetExpression.cs
- ProfilePropertyMetadata.cs
- SQLBinary.cs
- CodeTypeMemberCollection.cs
- TrackingProfileSerializer.cs
- ProgressBarRenderer.cs
- SkipStoryboardToFill.cs
- InternalConfigRoot.cs
- ItemAutomationPeer.cs
- SymDocumentType.cs
- OrderByQueryOptionExpression.cs
- DependsOnAttribute.cs
- BrowserTree.cs
- GeneralTransform2DTo3DTo2D.cs
- TextBoxAutoCompleteSourceConverter.cs
- FixedTextSelectionProcessor.cs
- ScriptingAuthenticationServiceSection.cs
- DocumentXPathNavigator.cs
- XpsFixedDocumentReaderWriter.cs
- Compiler.cs
- DetailsViewDeletedEventArgs.cs
- NewArrayExpression.cs
- DataGridPagerStyle.cs
- JulianCalendar.cs
- HwndHostAutomationPeer.cs
- HttpListenerElement.cs
- SchemaMerger.cs
- TextBounds.cs
- DbDeleteCommandTree.cs
- DropShadowBitmapEffect.cs
- CultureInfoConverter.cs
- XmlSchemaFacet.cs
- TemplateControlBuildProvider.cs
- DbProviderServices.cs
- RuntimeConfigLKG.cs
- XmlMapping.cs
- DataServicePagingProviderWrapper.cs
- Condition.cs
- BufferBuilder.cs
- SqlRowUpdatedEvent.cs
- ProgressBarHighlightConverter.cs
- Scene3D.cs
- DelegateHelpers.cs
- ObjectDataSource.cs
- XmlConvert.cs
- PathSegment.cs
- DefaultPrintController.cs
- PageAsyncTaskManager.cs
- CompositeScriptReference.cs