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
- ValueType.cs
- ISAPIWorkerRequest.cs
- AssemblyNameProxy.cs
- TypeProvider.cs
- ListControl.cs
- Bits.cs
- EntityStoreSchemaGenerator.cs
- HtmlFormWrapper.cs
- AttachedPropertyMethodSelector.cs
- SharedPerformanceCounter.cs
- EventMappingSettings.cs
- ToolboxBitmapAttribute.cs
- LocatorPartList.cs
- ItemsPanelTemplate.cs
- validation.cs
- OracleTransaction.cs
- RichTextBoxConstants.cs
- TreeNodeStyleCollection.cs
- SortedList.cs
- ServiceModelReg.cs
- XmlNamedNodeMap.cs
- HostProtectionPermission.cs
- AnnotationResourceChangedEventArgs.cs
- FileUtil.cs
- WebPartDescriptionCollection.cs
- Process.cs
- BuildProviderCollection.cs
- ToolStripPanelCell.cs
- hwndwrapper.cs
- SemanticValue.cs
- FixedPageAutomationPeer.cs
- WrappedOptions.cs
- GlobalizationAssembly.cs
- FixedBufferAttribute.cs
- PropertyCollection.cs
- XPathNodeInfoAtom.cs
- ITreeGenerator.cs
- FixedMaxHeap.cs
- SimpleTypesSurrogate.cs
- HttpContextWrapper.cs
- DiscoveryClientOutputChannel.cs
- CachedBitmap.cs
- RegexBoyerMoore.cs
- CommonDialog.cs
- FontFamilyIdentifier.cs
- ListBindingConverter.cs
- Pointer.cs
- SvcMapFileSerializer.cs
- ProcessModuleCollection.cs
- LoggedException.cs
- CqlBlock.cs
- InstanceKey.cs
- SqlCacheDependencySection.cs
- SafeCryptoHandles.cs
- XpsSerializerWriter.cs
- ArraySortHelper.cs
- PhysicalFontFamily.cs
- StyleBamlRecordReader.cs
- Rect3D.cs
- BrowserCapabilitiesCompiler.cs
- StringReader.cs
- ConfigurationValidatorBase.cs
- SecurityException.cs
- WebPartDisplayMode.cs
- CompiledAction.cs
- WebBrowserNavigatedEventHandler.cs
- xmlsaver.cs
- CapabilitiesState.cs
- SQLDouble.cs
- TiffBitmapEncoder.cs
- StretchValidation.cs
- RadioButtonBaseAdapter.cs
- EncoderParameters.cs
- XamlFilter.cs
- ValidationPropertyAttribute.cs
- Region.cs
- ObjectDataSourceEventArgs.cs
- TemplateKeyConverter.cs
- MultiAsyncResult.cs
- StandardCommands.cs
- HTTPNotFoundHandler.cs
- Timeline.cs
- EqualityComparer.cs
- UserInitiatedRoutedEventPermission.cs
- loginstatus.cs
- ContextBase.cs
- DataGridPagerStyle.cs
- HitTestParameters.cs
- ConsoleCancelEventArgs.cs
- ViewStateException.cs
- SkinIDTypeConverter.cs
- ThreadExceptionDialog.cs
- XmlEventCache.cs
- XmlQueryType.cs
- BitmapEffectGroup.cs
- XPathScanner.cs
- MonitoringDescriptionAttribute.cs
- SqlReferenceCollection.cs
- SmtpException.cs
- FontNamesConverter.cs