Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / UI / TraceContextEventArgs.cs / 1 / TraceContextEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web { using System.Collections; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class TraceContextEventArgs : EventArgs { private ICollection _records; public TraceContextEventArgs(ICollection records) { _records = records; } ////// Gets the trace records for this event /// public ICollection TraceRecords { get { return _records; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web { using System.Collections; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class TraceContextEventArgs : EventArgs { private ICollection _records; public TraceContextEventArgs(ICollection records) { _records = records; } ////// Gets the trace records for this event /// public ICollection TraceRecords { get { return _records; } } } } // 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
- StringStorage.cs
- TimeSpanMinutesConverter.cs
- DocumentCollection.cs
- ResXResourceSet.cs
- ComplexType.cs
- SingleAnimationUsingKeyFrames.cs
- ApplicationId.cs
- SqlConnectionPoolProviderInfo.cs
- SecurityTokenSerializer.cs
- SwitchCase.cs
- LogicalExpressionEditor.cs
- CompilationSection.cs
- XmlTextReaderImpl.cs
- EventProviderWriter.cs
- BinaryUtilClasses.cs
- SmtpException.cs
- CodeArgumentReferenceExpression.cs
- Empty.cs
- PolyLineSegmentFigureLogic.cs
- XhtmlTextWriter.cs
- __Error.cs
- BamlTreeUpdater.cs
- DeploymentSection.cs
- XmlKeywords.cs
- XmlEntity.cs
- Hex.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- RectKeyFrameCollection.cs
- SoapReflectionImporter.cs
- ToolStripArrowRenderEventArgs.cs
- FaultException.cs
- FileVersionInfo.cs
- SQLGuid.cs
- MatchingStyle.cs
- TypeConverter.cs
- LinkConverter.cs
- RangeBaseAutomationPeer.cs
- Decoder.cs
- AssociativeAggregationOperator.cs
- MatrixConverter.cs
- ThreadStaticAttribute.cs
- TickBar.cs
- DoubleLinkListEnumerator.cs
- WebServiceAttribute.cs
- BlobPersonalizationState.cs
- xmlfixedPageInfo.cs
- ResourceAttributes.cs
- UriScheme.cs
- QilIterator.cs
- WebPartHeaderCloseVerb.cs
- ObjectDataSourceDisposingEventArgs.cs
- NativeMethods.cs
- PageRequestManager.cs
- Border.cs
- DeviceContext2.cs
- SafeRightsManagementEnvironmentHandle.cs
- DoWhileDesigner.xaml.cs
- DiffuseMaterial.cs
- TransportContext.cs
- ObjectPersistData.cs
- XXXInfos.cs
- BaseTemplateParser.cs
- CreateUserWizard.cs
- ThreadStartException.cs
- ArrayList.cs
- _HelperAsyncResults.cs
- HtmlInputButton.cs
- BigInt.cs
- ToolStripItemImageRenderEventArgs.cs
- FactoryGenerator.cs
- CompositeKey.cs
- ProtocolsConfiguration.cs
- GroupBox.cs
- CultureMapper.cs
- StorageComplexTypeMapping.cs
- PropertyConverter.cs
- QuerySubExprEliminator.cs
- ContentPlaceHolder.cs
- TempFiles.cs
- TraceLog.cs
- Psha1DerivedKeyGenerator.cs
- EarlyBoundInfo.cs
- TreeViewTemplateSelector.cs
- ToolStripDropTargetManager.cs
- ParseChildrenAsPropertiesAttribute.cs
- ProxyWebPartConnectionCollection.cs
- xsdvalidator.cs
- XhtmlBasicLinkAdapter.cs
- ListViewSortEventArgs.cs
- Viewport2DVisual3D.cs
- WindowsRichEdit.cs
- AutomationProperty.cs
- validationstate.cs
- RenderingBiasValidation.cs
- RadioButton.cs
- XPathAncestorQuery.cs
- CustomErrorsSection.cs
- CustomAssemblyResolver.cs
- LinqDataView.cs
- MetabaseReader.cs