Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / SMDiagnostics / System / ServiceModel / Diagnostics / DiagnosticTraceSource.cs / 1305376 / DiagnosticTraceSource.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Diagnostics { using System.Diagnostics; class DiagnosticTraceSource : PiiTraceSource { const string PropagateActivityValue = "propagateActivity"; internal DiagnosticTraceSource(string name, string eventSourceName) : base(name, eventSourceName) { } internal DiagnosticTraceSource(string name, string eventSourceName, SourceLevels level) : base(name, eventSourceName, level) { } protected override string[] GetSupportedAttributes() { string[] baseAttributes = base.GetSupportedAttributes(); string [] supportedAttributes = new string[baseAttributes.Length + 1]; for (int i=0; i
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RectangleF.cs
- UnsafeNativeMethods.cs
- StoreUtilities.cs
- ArrangedElementCollection.cs
- SchemaAttDef.cs
- bidPrivateBase.cs
- HandleCollector.cs
- KeyValuePair.cs
- IMembershipProvider.cs
- InvalidDataException.cs
- Base64Stream.cs
- DataList.cs
- securitymgrsite.cs
- FileAuthorizationModule.cs
- HiddenFieldPageStatePersister.cs
- ObjectDataSource.cs
- DataControlPagerLinkButton.cs
- FontDifferentiator.cs
- WebSysDescriptionAttribute.cs
- Pen.cs
- ToolStripStatusLabel.cs
- DesignerRegionCollection.cs
- PixelFormats.cs
- Utils.cs
- AppDomainUnloadedException.cs
- MultiView.cs
- InstancePersistenceException.cs
- SecurityTokenTypes.cs
- EventProviderWriter.cs
- EditorPartCollection.cs
- KeySpline.cs
- Transform.cs
- ToolboxDataAttribute.cs
- TableCellCollection.cs
- MemberProjectedSlot.cs
- ProvidersHelper.cs
- WindowCollection.cs
- PrivateFontCollection.cs
- WindowsRegion.cs
- VScrollBar.cs
- QueryPageSettingsEventArgs.cs
- InternalBase.cs
- SafeArrayRankMismatchException.cs
- BindingMAnagerBase.cs
- ScriptIgnoreAttribute.cs
- SendKeys.cs
- HotCommands.cs
- HttpServerVarsCollection.cs
- _BufferOffsetSize.cs
- PostBackOptions.cs
- CachedFontFamily.cs
- TransactionManager.cs
- DurableErrorHandler.cs
- ScrollItemProviderWrapper.cs
- Clock.cs
- ClientUtils.cs
- X509Certificate2.cs
- Region.cs
- DialogResultConverter.cs
- ForceCopyBuildProvider.cs
- FrameworkContentElement.cs
- OleDbError.cs
- DelegateArgumentValue.cs
- UrlAuthorizationModule.cs
- ToolStripDropDown.cs
- Triplet.cs
- DynamicValueConverter.cs
- TryLoadRunnableWorkflowCommand.cs
- MenuCommand.cs
- PriorityRange.cs
- PersonalizationAdministration.cs
- PublisherMembershipCondition.cs
- DesignerActionUI.cs
- UnauthorizedAccessException.cs
- EmptyStringExpandableObjectConverter.cs
- InstanceLockQueryResult.cs
- DocumentApplicationJournalEntry.cs
- PolicyStatement.cs
- XmlArrayItemAttribute.cs
- StyleBamlRecordReader.cs
- GlobalizationAssembly.cs
- TraceListeners.cs
- CustomUserNameSecurityTokenAuthenticator.cs
- Schedule.cs
- ACE.cs
- Currency.cs
- WebPartPersonalization.cs
- DbQueryCommandTree.cs
- MenuCommand.cs
- COM2ExtendedTypeConverter.cs
- FrameworkRichTextComposition.cs
- UnsafeNativeMethods.cs
- ObjectItemNoOpAssemblyLoader.cs
- SafeMILHandle.cs
- TopClause.cs
- TemplatedMailWebEventProvider.cs
- NavigationPropertySingletonExpression.cs
- DbMetaDataColumnNames.cs
- Color.cs
- XmlHierarchicalEnumerable.cs