74 references to ServiceModel
dotnet-svcutil-lib (74)
FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\TraceCode.cs (73)
234public const int AsyncCallbackThrewException = TraceCode.ServiceModel | 0X0001; 235public const int CommunicationObjectAborted = TraceCode.ServiceModel | 0X0002; 236public const int CommunicationObjectAbortFailed = TraceCode.ServiceModel | 0X0003; 237public const int CommunicationObjectCloseFailed = TraceCode.ServiceModel | 0X0004; 238public const int CommunicationObjectOpenFailed = TraceCode.ServiceModel | 0X0005; 239public const int CommunicationObjectClosing = TraceCode.ServiceModel | 0X0006; 240public const int CommunicationObjectClosed = TraceCode.ServiceModel | 0X0007; 241public const int CommunicationObjectCreated = TraceCode.ServiceModel | 0X0008; 242public const int CommunicationObjectDisposing = TraceCode.ServiceModel | 0X0009; 243public const int CommunicationObjectFaultReason = TraceCode.ServiceModel | 0X000A; 244public const int CommunicationObjectFaulted = TraceCode.ServiceModel | 0X000B; 245public const int CommunicationObjectOpening = TraceCode.ServiceModel | 0X000C; 246public const int CommunicationObjectOpened = TraceCode.ServiceModel | 0X000D; 247public const int DidNotUnderstandMessageHeader = TraceCode.ServiceModel | 0X000E; 248public const int UnderstoodMessageHeader = TraceCode.ServiceModel | 0X000F; 249public const int MessageClosed = TraceCode.ServiceModel | 0X0010; 250public const int MessageClosedAgain = TraceCode.ServiceModel | 0X0011; 251public const int MessageCopied = TraceCode.ServiceModel | 0X0012; 252public const int MessageRead = TraceCode.ServiceModel | 0X0013; 253public const int MessageWritten = TraceCode.ServiceModel | 0X0014; 254public const int BeginExecuteMethod = TraceCode.ServiceModel | 0X0015; 255public const int ConfigurationIsReadOnly = TraceCode.ServiceModel | 0X0016; 256public const int ConfiguredExtensionTypeNotFound = TraceCode.ServiceModel | 0X0017; 257public const int EvaluationContextNotFound = TraceCode.ServiceModel | 0X0018; 258public const int EndExecuteMethod = TraceCode.ServiceModel | 0X0019; 259public const int ExtensionCollectionDoesNotExist = TraceCode.ServiceModel | 0X001A; 260public const int ExtensionCollectionNameNotFound = TraceCode.ServiceModel | 0X001B; 261public const int ExtensionCollectionIsEmpty = TraceCode.ServiceModel | 0X001C; 262public const int ExtensionElementAlreadyExistsInCollection = TraceCode.ServiceModel | 0X001D; 263public const int ElementTypeDoesntMatchConfiguredType = TraceCode.ServiceModel | 0X001E; 264public const int ErrorInvokingUserCode = TraceCode.ServiceModel | 0X001F; 265public const int GetBehaviorElement = TraceCode.ServiceModel | 0X0020; 266public const int GetCommonBehaviors = TraceCode.ServiceModel | 0X0021; 267public const int GetConfiguredBinding = TraceCode.ServiceModel | 0X0022; 268public const int GetChannelEndpointElement = TraceCode.ServiceModel | 0X0023; 269public const int GetConfigurationSection = TraceCode.ServiceModel | 0X0024; 270public const int GetDefaultConfiguredBinding = TraceCode.ServiceModel | 0X0025; 271public const int GetServiceElement = TraceCode.ServiceModel | 0X0026; 272public const int MessageProcessingPaused = TraceCode.ServiceModel | 0X0027; 273public const int ManualFlowThrottleLimitReached = TraceCode.ServiceModel | 0X0028; 274public const int OverridingDuplicateConfigurationKey = TraceCode.ServiceModel | 0X0029; 275public const int RemoveBehavior = TraceCode.ServiceModel | 0X002A; 276public const int ServiceChannelLifetime = TraceCode.ServiceModel | 0X002B; 277public const int ServiceHostCreation = TraceCode.ServiceModel | 0X002C; 278public const int ServiceHostBaseAddresses = TraceCode.ServiceModel | 0X002D; 279public const int ServiceHostTimeoutOnClose = TraceCode.ServiceModel | 0X002E; 280public const int ServiceHostFaulted = TraceCode.ServiceModel | 0X002F; 281public const int ServiceHostErrorOnReleasePerformanceCounter = TraceCode.ServiceModel | 0X0030; 282public const int ServiceThrottleLimitReached = TraceCode.ServiceModel | 0X0031; 283public const int ServiceOperationMissingReply = TraceCode.ServiceModel | 0X0032; 284public const int ServiceOperationMissingReplyContext = TraceCode.ServiceModel | 0X0033; 285public const int ServiceOperationExceptionOnReply = TraceCode.ServiceModel | 0X0034; 286public const int SkipBehavior = TraceCode.ServiceModel | 0X0035; 287public const int TransportListen = TraceCode.ServiceModel | 0X0036; 288public const int UnhandledAction = TraceCode.ServiceModel | 0X0037; 289public const int PerformanceCounterFailedToLoad = TraceCode.ServiceModel | 0X0038; 290public const int PerformanceCountersFailed = TraceCode.ServiceModel | 0X0039; 291public const int PerformanceCountersFailedDuringUpdate = TraceCode.ServiceModel | 0X003A; 292public const int PerformanceCountersFailedForService = TraceCode.ServiceModel | 0X003B; 293public const int PerformanceCountersFailedOnRelease = TraceCode.ServiceModel | 0X003C; 294public const int WsmexNonCriticalWsdlExportError = TraceCode.ServiceModel | 0X003D; 295public const int WsmexNonCriticalWsdlImportError = TraceCode.ServiceModel | 0X003E; 296public const int FailedToOpenIncomingChannel = TraceCode.ServiceModel | 0X003F; 297public const int UnhandledExceptionInUserOperation = TraceCode.ServiceModel | 0X0040; 298public const int DroppedAMessage = TraceCode.ServiceModel | 0X0041; 299public const int CannotBeImportedInCurrentFormat = TraceCode.ServiceModel | 0X0042; 300public const int GetConfiguredEndpoint = TraceCode.ServiceModel | 0X0043; 301public const int GetDefaultConfiguredEndpoint = TraceCode.ServiceModel | 0X0044; 302public const int ExtensionTypeNotFound = TraceCode.ServiceModel | 0X0045; 303public const int DefaultEndpointsAdded = TraceCode.ServiceModel | 0X0046; 306public const int MetadataExchangeClientSendRequest = TraceCode.ServiceModel | 0X005B; 307public const int MetadataExchangeClientReceiveReply = TraceCode.ServiceModel | 0X005C; 308public const int WarnHelpPageEnabledNoBaseAddress = TraceCode.ServiceModel | 0X005D;
FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\TraceUtility.cs (1)
222case TraceCode.ServiceModel: