Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PointLightBase.cs
- WebPartZone.cs
- XPathParser.cs
- TreeNodeSelectionProcessor.cs
- printdlgexmarshaler.cs
- CrossContextChannel.cs
- DetailsViewUpdatedEventArgs.cs
- HandlerWithFactory.cs
- ParallelTimeline.cs
- BindingMAnagerBase.cs
- EditingMode.cs
- DataGridParentRows.cs
- coordinatorfactory.cs
- OracleBoolean.cs
- StringFunctions.cs
- NameGenerator.cs
- NetTcpSectionData.cs
- EdmValidator.cs
- TextBoxAutoCompleteSourceConverter.cs
- ApplicationProxyInternal.cs
- DesignerSelectionListAdapter.cs
- MetaForeignKeyColumn.cs
- AffineTransform3D.cs
- DataServiceResponse.cs
- CornerRadiusConverter.cs
- AutoGeneratedField.cs
- DetailsViewModeEventArgs.cs
- InfoCardTrace.cs
- log.cs
- RtfNavigator.cs
- TreeNodeConverter.cs
- QuaternionConverter.cs
- DateRangeEvent.cs
- HttpsTransportBindingElement.cs
- ItemType.cs
- SkipStoryboardToFill.cs
- HttpListenerResponse.cs
- StatusBarItem.cs
- DefaultTextStore.cs
- MenuAutomationPeer.cs
- StrongNameMembershipCondition.cs
- QueryCursorEventArgs.cs
- X509CertificateInitiatorClientCredential.cs
- SamlAuthorizationDecisionStatement.cs
- SoapElementAttribute.cs
- QuadraticBezierSegment.cs
- DebugView.cs
- httpserverutility.cs
- SvcMapFileLoader.cs
- XsltException.cs
- PointCollection.cs
- CfgRule.cs
- ConsoleCancelEventArgs.cs
- SimplePropertyEntry.cs
- RotateTransform.cs
- FilterElement.cs
- BindingManagerDataErrorEventArgs.cs
- TimeoutHelper.cs
- ApplicationFileParser.cs
- ConnectorSelectionGlyph.cs
- ResourceAssociationSetEnd.cs
- HtmlElementErrorEventArgs.cs
- DrawingContextWalker.cs
- RowToParametersTransformer.cs
- WebPartConnectionsEventArgs.cs
- IProvider.cs
- DataGridViewSelectedColumnCollection.cs
- BinaryOperationBinder.cs
- StrongTypingException.cs
- FileVersionInfo.cs
- Window.cs
- ObjectSet.cs
- WpfPayload.cs
- ToolStripDropDown.cs
- ImageIndexConverter.cs
- WebServiceBindingAttribute.cs
- _RequestCacheProtocol.cs
- PolyLineSegmentFigureLogic.cs
- ThreadSafeList.cs
- MessageEncodingBindingElement.cs
- TypeNameConverter.cs
- OpacityConverter.cs
- InputMethodStateTypeInfo.cs
- TextParentUndoUnit.cs
- BulletedListDesigner.cs
- PolyQuadraticBezierSegment.cs
- GPStream.cs
- BypassElement.cs
- CircleEase.cs
- IProvider.cs
- Region.cs
- RegisteredArrayDeclaration.cs
- handlecollector.cs
- PolicyStatement.cs
- SQLSingleStorage.cs
- ObjectStateManager.cs
- ObjectDataSourceDisposingEventArgs.cs
- TypeBuilderInstantiation.cs
- TemplateKey.cs
- FrameworkTemplate.cs