Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- DefaultTextStore.cs
- FontInfo.cs
- oledbmetadatacollectionnames.cs
- ProtocolsConfiguration.cs
- XmlBufferedByteStreamReader.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- CommentAction.cs
- ItemList.cs
- AutomationPatternInfo.cs
- MarkupObject.cs
- ExtentKey.cs
- Binding.cs
- EdmSchemaError.cs
- TabItem.cs
- FileVersionInfo.cs
- NamespaceCollection.cs
- NominalTypeEliminator.cs
- NativeStructs.cs
- Metafile.cs
- ScriptReferenceEventArgs.cs
- HashMembershipCondition.cs
- RemotingConfigParser.cs
- WebContext.cs
- SerializationStore.cs
- LocatorManager.cs
- StylusButtonEventArgs.cs
- RectAnimation.cs
- SuppressMergeCheckAttribute.cs
- X509Certificate2Collection.cs
- HwndSource.cs
- ToolStripDropDownClosedEventArgs.cs
- DataSourceView.cs
- BamlCollectionHolder.cs
- EditorAttributeInfo.cs
- Win32SafeHandles.cs
- DriveNotFoundException.cs
- TdsParserSessionPool.cs
- Attributes.cs
- HostedController.cs
- UniqueContractNameValidationBehavior.cs
- SpellerError.cs
- AssemblyHash.cs
- ReservationCollection.cs
- Icon.cs
- XmlSerializer.cs
- GenerateHelper.cs
- FileLevelControlBuilderAttribute.cs
- UserNamePasswordServiceCredential.cs
- PolyLineSegment.cs
- CompilationUtil.cs
- GeneralTransform3DTo2DTo3D.cs
- SqlNamer.cs
- SqlBuffer.cs
- NamespaceDecl.cs
- MiniLockedBorderGlyph.cs
- TrackingStringDictionary.cs
- _CommandStream.cs
- FixedSOMPageElement.cs
- ImageInfo.cs
- TreeView.cs
- EntityTransaction.cs
- RectangleConverter.cs
- ConvertersCollection.cs
- EmissiveMaterial.cs
- SqlInternalConnectionTds.cs
- UrlParameterWriter.cs
- TemplatedMailWebEventProvider.cs
- LineGeometry.cs
- ExtendedProperty.cs
- SkewTransform.cs
- DefaultTextStoreTextComposition.cs
- LookupBindingPropertiesAttribute.cs
- Effect.cs
- DiagnosticStrings.cs
- ComplexBindingPropertiesAttribute.cs
- XmlElementAttributes.cs
- InteropAutomationProvider.cs
- RemotingAttributes.cs
- IPEndPoint.cs
- BCLDebug.cs
- Vector3DCollectionValueSerializer.cs
- ZoomComboBox.cs
- UriSchemeKeyedCollection.cs
- ArrayListCollectionBase.cs
- DataGridView.cs
- _ScatterGatherBuffers.cs
- SpellerStatusTable.cs
- InkPresenter.cs
- FontDialog.cs
- TransformProviderWrapper.cs
- MemberHolder.cs
- TableCellCollection.cs
- XmlElementAttribute.cs
- AdornerDecorator.cs
- CodeAccessPermission.cs
- ListItemConverter.cs
- SamlAttribute.cs
- HttpAsyncResult.cs
- UIElementParaClient.cs
- JournalEntry.cs