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
- FontInfo.cs
- DetailsViewPagerRow.cs
- UIElementParagraph.cs
- TraceContext.cs
- DynamicPropertyReader.cs
- CompositeClientFormatter.cs
- _AutoWebProxyScriptHelper.cs
- MetadataItemSerializer.cs
- DataColumnPropertyDescriptor.cs
- WebMessageFormatHelper.cs
- SelectingProviderEventArgs.cs
- SpeechUI.cs
- UIElement3DAutomationPeer.cs
- DataGridViewRowHeaderCell.cs
- DataGridViewLinkColumn.cs
- RotateTransform.cs
- UICuesEvent.cs
- Region.cs
- SectionRecord.cs
- login.cs
- SplitterCancelEvent.cs
- DecimalSumAggregationOperator.cs
- OutputWindow.cs
- CultureMapper.cs
- RangeBaseAutomationPeer.cs
- PropertyNames.cs
- IsolatedStorageSecurityState.cs
- BorderGapMaskConverter.cs
- MenuItemBindingCollection.cs
- XmlSiteMapProvider.cs
- BuildProviderAppliesToAttribute.cs
- ConstraintManager.cs
- ComponentResourceKey.cs
- Expr.cs
- DataServiceProcessingPipeline.cs
- ErrorStyle.cs
- SiteMapDesignerDataSourceView.cs
- EntitySqlQueryCacheEntry.cs
- HitTestResult.cs
- ForeignConstraint.cs
- HtmlControlAdapter.cs
- CrossSiteScriptingValidation.cs
- InvalidPrinterException.cs
- DataColumnCollection.cs
- OracleCommandSet.cs
- Section.cs
- XmlChildEnumerator.cs
- QueryContinueDragEvent.cs
- Composition.cs
- BlurEffect.cs
- _HTTPDateParse.cs
- HandlerBase.cs
- WpfWebRequestHelper.cs
- WebExceptionStatus.cs
- WaitHandle.cs
- RecommendedAsConfigurableAttribute.cs
- GradientBrush.cs
- RequestCachingSection.cs
- CodeThrowExceptionStatement.cs
- SHA1.cs
- UriScheme.cs
- ViewGenResults.cs
- CleanUpVirtualizedItemEventArgs.cs
- TextTreeRootNode.cs
- DBCommandBuilder.cs
- TemplateBaseAction.cs
- DataTablePropertyDescriptor.cs
- DictionarySectionHandler.cs
- DurableInstance.cs
- SmtpReplyReaderFactory.cs
- SemanticAnalyzer.cs
- LayoutEngine.cs
- TextEditorCopyPaste.cs
- EFDataModelProvider.cs
- SqlMethods.cs
- HttpInputStream.cs
- BasicHttpSecurity.cs
- VBIdentifierTrimConverter.cs
- SerTrace.cs
- RtfFormatStack.cs
- ContextMenu.cs
- TypeConverterHelper.cs
- CollectionViewSource.cs
- XmlILOptimizerVisitor.cs
- WebPartAddingEventArgs.cs
- DragDrop.cs
- AutomationPattern.cs
- LeafCellTreeNode.cs
- DiscardableAttribute.cs
- PropertyToken.cs
- SemaphoreSecurity.cs
- CodeIndexerExpression.cs
- hwndwrapper.cs
- QueryOperatorEnumerator.cs
- FlowDocumentPaginator.cs
- StdRegProviderWrapper.cs
- XPathSelfQuery.cs
- AnonymousIdentificationSection.cs
- CookieParameter.cs
- Cursor.cs