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
- ArgumentOutOfRangeException.cs
- ControlCollection.cs
- AlignmentXValidation.cs
- ObjectItemCollectionAssemblyCacheEntry.cs
- InvokeGenerator.cs
- TransformPattern.cs
- KeyPullup.cs
- WorkflowDesignerMessageFilter.cs
- DataViewManagerListItemTypeDescriptor.cs
- ICspAsymmetricAlgorithm.cs
- DataServiceKeyAttribute.cs
- ListControlStringCollectionEditor.cs
- ImageListStreamer.cs
- PageSetupDialog.cs
- smtppermission.cs
- StorageComplexTypeMapping.cs
- WebFaultClientMessageInspector.cs
- SerializationInfoEnumerator.cs
- BCryptSafeHandles.cs
- DataGridViewCell.cs
- MasterPageParser.cs
- DocumentSequence.cs
- ResourceManagerWrapper.cs
- PersonalizableAttribute.cs
- TableCellCollection.cs
- CqlGenerator.cs
- NameTable.cs
- BinaryReader.cs
- FixedDocument.cs
- TextBoxAutoCompleteSourceConverter.cs
- EmptyReadOnlyDictionaryInternal.cs
- WindowsListBox.cs
- newinstructionaction.cs
- ScriptControlDescriptor.cs
- HGlobalSafeHandle.cs
- EntityAdapter.cs
- XmlChoiceIdentifierAttribute.cs
- GridViewEditEventArgs.cs
- MemoryMappedViewAccessor.cs
- OracleMonthSpan.cs
- XmlLinkedNode.cs
- SingleObjectCollection.cs
- OletxTransactionManager.cs
- ControlValuePropertyAttribute.cs
- SingleAnimation.cs
- UserPersonalizationStateInfo.cs
- Menu.cs
- DataList.cs
- SyndicationContent.cs
- BinaryObjectReader.cs
- XmlHierarchicalDataSourceView.cs
- TextElementEditingBehaviorAttribute.cs
- Int64.cs
- ListBindingConverter.cs
- ReturnType.cs
- AppDomainUnloadedException.cs
- Pen.cs
- BuildResultCache.cs
- ResourceSetExpression.cs
- HttpWriter.cs
- FixedTextPointer.cs
- SendKeys.cs
- unsafenativemethodsother.cs
- BevelBitmapEffect.cs
- Line.cs
- UIHelper.cs
- TrustManager.cs
- ObjectListField.cs
- DataExpression.cs
- ToolBarOverflowPanel.cs
- TraceProvider.cs
- GeometryModel3D.cs
- XmlParser.cs
- WebServiceHandlerFactory.cs
- Dispatcher.cs
- DesignerUtility.cs
- InvalidDataException.cs
- _DomainName.cs
- ToolStripDropDownClosingEventArgs.cs
- JournalNavigationScope.cs
- DocumentReference.cs
- CreateUserErrorEventArgs.cs
- CurrentTimeZone.cs
- MimeTypePropertyAttribute.cs
- XmlNamedNodeMap.cs
- CngKeyBlobFormat.cs
- PropertyDescriptorCollection.cs
- TextEditorTables.cs
- Symbol.cs
- TextFormatterContext.cs
- Pen.cs
- ExtentKey.cs
- FlowDocumentFormatter.cs
- ColorBlend.cs
- KeyEventArgs.cs
- SignedPkcs7.cs
- SiteMapDataSourceDesigner.cs
- NotConverter.cs
- AuthenticodeSignatureInformation.cs
- ComAwareEventInfo.cs