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
- InvalidFilterCriteriaException.cs
- AdRotator.cs
- ComIntegrationManifestGenerator.cs
- Thumb.cs
- HandlerFactoryWrapper.cs
- ProvidePropertyAttribute.cs
- FlowDocumentReader.cs
- DataColumnPropertyDescriptor.cs
- ToolStripComboBox.cs
- documentsequencetextview.cs
- TextEndOfSegment.cs
- SiblingIterators.cs
- UserControlDocumentDesigner.cs
- WeakReferenceList.cs
- PageAdapter.cs
- FixedPageStructure.cs
- Visual3D.cs
- TraceListener.cs
- ClientBuildManagerCallback.cs
- MdiWindowListItemConverter.cs
- Trigger.cs
- PowerStatus.cs
- MoveSizeWinEventHandler.cs
- HebrewNumber.cs
- ActiveXContainer.cs
- WebPartCollection.cs
- MatrixValueSerializer.cs
- SerialReceived.cs
- DateTimeParse.cs
- WebRequestModuleElementCollection.cs
- BitmapMetadataEnumerator.cs
- AsnEncodedData.cs
- ObjectItemCollectionAssemblyCacheEntry.cs
- HelpEvent.cs
- InvalidDocumentContentsException.cs
- ConstNode.cs
- XomlCompilerError.cs
- httpapplicationstate.cs
- IndexedString.cs
- ThreadStartException.cs
- MsmqIntegrationProcessProtocolHandler.cs
- CmsUtils.cs
- Style.cs
- Package.cs
- LicenseContext.cs
- coordinatorscratchpad.cs
- XslException.cs
- DataServiceQueryContinuation.cs
- TextSyndicationContentKindHelper.cs
- DLinqDataModelProvider.cs
- CollectionChangeEventArgs.cs
- HtmlInputFile.cs
- validationstate.cs
- StrokeNodeOperations.cs
- ServiceBusyException.cs
- WebException.cs
- FunctionQuery.cs
- TextBox.cs
- XmlLangPropertyAttribute.cs
- ProvidersHelper.cs
- TypeToken.cs
- CustomCredentialPolicy.cs
- HttpTransportSecurityElement.cs
- RoutedEventHandlerInfo.cs
- TableProvider.cs
- SoapWriter.cs
- DataServiceCollectionOfT.cs
- EncoderParameters.cs
- LineInfo.cs
- ParentQuery.cs
- MessageSmuggler.cs
- UpdateExpressionVisitor.cs
- PageStatePersister.cs
- ACE.cs
- AccessDataSource.cs
- RootProfilePropertySettingsCollection.cs
- DataView.cs
- WsatProxy.cs
- PropertyGridEditorPart.cs
- SiteIdentityPermission.cs
- DynamicValidatorEventArgs.cs
- CollectionViewGroupRoot.cs
- ErrorEventArgs.cs
- TreeViewEvent.cs
- JsonWriter.cs
- OleDbErrorCollection.cs
- ExpressionBindingCollection.cs
- ListDataHelper.cs
- SharedUtils.cs
- ContentPlaceHolder.cs
- Animatable.cs
- OdbcErrorCollection.cs
- RtfToXamlLexer.cs
- storagemappingitemcollection.viewdictionary.cs
- PlacementWorkspace.cs
- ProgressChangedEventArgs.cs
- BrowserTree.cs
- TimeManager.cs
- ListItemDetailViewAttribute.cs
- AutomationEvent.cs