Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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. // //----------------------------------------------------------------------------- /* * 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CultureInfoConverter.cs
- ThreadStaticAttribute.cs
- Point4DValueSerializer.cs
- SiteMapSection.cs
- RichTextBoxAutomationPeer.cs
- CornerRadiusConverter.cs
- ViewManager.cs
- TextTreeRootTextBlock.cs
- DesignOnlyAttribute.cs
- CriticalExceptions.cs
- DataGridParentRows.cs
- InvokeMethodActivityDesigner.cs
- EdmToObjectNamespaceMap.cs
- DeclarativeConditionsCollection.cs
- EntitySqlException.cs
- DynamicField.cs
- ZipIOBlockManager.cs
- XmlWriterSettings.cs
- CounterSampleCalculator.cs
- ThemeDirectoryCompiler.cs
- WebHeaderCollection.cs
- ExpressionEditorAttribute.cs
- ObjectDisposedException.cs
- CrossAppDomainChannel.cs
- DbProviderSpecificTypePropertyAttribute.cs
- Types.cs
- ReadOnlyHierarchicalDataSource.cs
- ListViewCancelEventArgs.cs
- PrePrepareMethodAttribute.cs
- AssignDesigner.xaml.cs
- DataKey.cs
- DSACryptoServiceProvider.cs
- BindingsCollection.cs
- Figure.cs
- SingleKeyFrameCollection.cs
- Rss20ItemFormatter.cs
- OptionalRstParameters.cs
- QueryExpr.cs
- ConfigurationManagerHelper.cs
- DataViewSettingCollection.cs
- Message.cs
- NativeMethods.cs
- XmlCharType.cs
- XamlWriter.cs
- DbException.cs
- UserPreferenceChangingEventArgs.cs
- XmlSchemaRedefine.cs
- RegexEditorDialog.cs
- SqlDataRecord.cs
- InternalPermissions.cs
- PropertyIDSet.cs
- XmlDataLoader.cs
- Size3D.cs
- WebPartConnectionsConfigureVerb.cs
- _ChunkParse.cs
- SqlDataSourceFilteringEventArgs.cs
- WebScriptClientGenerator.cs
- TypeDefinition.cs
- PersonalizationState.cs
- TextEndOfSegment.cs
- ThreadNeutralSemaphore.cs
- AttachmentService.cs
- OpacityConverter.cs
- DataGridColumnCollection.cs
- CqlGenerator.cs
- Attributes.cs
- DataGridSortCommandEventArgs.cs
- Base64Stream.cs
- Assembly.cs
- EntitySqlQueryCacheEntry.cs
- XmlSchemaAttribute.cs
- ToolBar.cs
- Speller.cs
- RestHandler.cs
- TemplateNameScope.cs
- SafeNativeMethods.cs
- SchemaComplexType.cs
- MetadataItemEmitter.cs
- DataBindingExpressionBuilder.cs
- RelationshipWrapper.cs
- PrimaryKeyTypeConverter.cs
- CellParagraph.cs
- TextContainer.cs
- FormViewRow.cs
- EntityConnection.cs
- HierarchicalDataBoundControl.cs
- LocalizedNameDescriptionPair.cs
- HtmlProps.cs
- DictationGrammar.cs
- AvtEvent.cs
- DataGridViewCellPaintingEventArgs.cs
- OutputScopeManager.cs
- SocketPermission.cs
- SqlBooleanMismatchVisitor.cs
- RichTextBoxAutomationPeer.cs
- StringConverter.cs
- Int64.cs
- SevenBitStream.cs
- Subtree.cs
- BehaviorEditorPart.cs