75 references to ServiceModel
System.ServiceModel (75)
System\ServiceModel\Diagnostics\TraceCode.cs (74)
262public const int AsyncCallbackThrewException = TraceCode.ServiceModel | 0X0001; 263public const int CommunicationObjectAborted = TraceCode.ServiceModel | 0X0002; 264public const int CommunicationObjectAbortFailed = TraceCode.ServiceModel | 0X0003; 265public const int CommunicationObjectCloseFailed = TraceCode.ServiceModel | 0X0004; 266public const int CommunicationObjectOpenFailed = TraceCode.ServiceModel | 0X0005; 267public const int CommunicationObjectClosing = TraceCode.ServiceModel | 0X0006; 268public const int CommunicationObjectClosed = TraceCode.ServiceModel | 0X0007; 269public const int CommunicationObjectCreated = TraceCode.ServiceModel | 0X0008; 270public const int CommunicationObjectDisposing = TraceCode.ServiceModel | 0X0009; 271public const int CommunicationObjectFaultReason = TraceCode.ServiceModel | 0X000A; 272public const int CommunicationObjectFaulted = TraceCode.ServiceModel | 0X000B; 273public const int CommunicationObjectOpening = TraceCode.ServiceModel | 0X000C; 274public const int CommunicationObjectOpened = TraceCode.ServiceModel | 0X000D; 275public const int DidNotUnderstandMessageHeader = TraceCode.ServiceModel | 0X000E; 276public const int UnderstoodMessageHeader = TraceCode.ServiceModel | 0X000F; 277public const int MessageClosed = TraceCode.ServiceModel | 0X0010; 278public const int MessageClosedAgain = TraceCode.ServiceModel | 0X0011; 279public const int MessageCopied = TraceCode.ServiceModel | 0X0012; 280public const int MessageRead = TraceCode.ServiceModel | 0X0013; 281public const int MessageWritten = TraceCode.ServiceModel | 0X0014; 282public const int BeginExecuteMethod = TraceCode.ServiceModel | 0X0015; 283public const int ConfigurationIsReadOnly = TraceCode.ServiceModel | 0X0016; 284public const int ConfiguredExtensionTypeNotFound = TraceCode.ServiceModel | 0X0017; 285public const int EvaluationContextNotFound = TraceCode.ServiceModel | 0X0018; 286public const int EndExecuteMethod = TraceCode.ServiceModel | 0X0019; 287public const int ExtensionCollectionDoesNotExist = TraceCode.ServiceModel | 0X001A; 288public const int ExtensionCollectionNameNotFound = TraceCode.ServiceModel | 0X001B; 289public const int ExtensionCollectionIsEmpty = TraceCode.ServiceModel | 0X001C; 290public const int ExtensionElementAlreadyExistsInCollection = TraceCode.ServiceModel | 0X001D; 291public const int ElementTypeDoesntMatchConfiguredType = TraceCode.ServiceModel | 0X001E; 292public const int ErrorInvokingUserCode = TraceCode.ServiceModel | 0X001F; 293public const int GetBehaviorElement = TraceCode.ServiceModel | 0X0020; 294public const int GetCommonBehaviors = TraceCode.ServiceModel | 0X0021; 295public const int GetConfiguredBinding = TraceCode.ServiceModel | 0X0022; 296public const int GetChannelEndpointElement = TraceCode.ServiceModel | 0X0023; 297public const int GetConfigurationSection = TraceCode.ServiceModel | 0X0024; 298public const int GetDefaultConfiguredBinding = TraceCode.ServiceModel | 0X0025; 299public const int GetServiceElement = TraceCode.ServiceModel | 0X0026; 300public const int MessageProcessingPaused = TraceCode.ServiceModel | 0X0027; 301public const int ManualFlowThrottleLimitReached = TraceCode.ServiceModel | 0X0028; 302public const int OverridingDuplicateConfigurationKey = TraceCode.ServiceModel | 0X0029; 303public const int RemoveBehavior = TraceCode.ServiceModel | 0X002A; 304public const int ServiceChannelLifetime = TraceCode.ServiceModel | 0X002B; 305public const int ServiceHostCreation = TraceCode.ServiceModel | 0X002C; 306public const int ServiceHostBaseAddresses = TraceCode.ServiceModel | 0X002D; 307public const int ServiceHostTimeoutOnClose = TraceCode.ServiceModel | 0X002E; 308public const int ServiceHostFaulted = TraceCode.ServiceModel | 0X002F; 309public const int ServiceHostErrorOnReleasePerformanceCounter = TraceCode.ServiceModel | 0X0030; 310public const int ServiceThrottleLimitReached = TraceCode.ServiceModel | 0X0031; 311public const int ServiceOperationMissingReply = TraceCode.ServiceModel | 0X0032; 312public const int ServiceOperationMissingReplyContext = TraceCode.ServiceModel | 0X0033; 313public const int ServiceOperationExceptionOnReply = TraceCode.ServiceModel | 0X0034; 314public const int SkipBehavior = TraceCode.ServiceModel | 0X0035; 315public const int TransportListen = TraceCode.ServiceModel | 0X0036; 316public const int UnhandledAction = TraceCode.ServiceModel | 0X0037; 317public const int PerformanceCounterFailedToLoad = TraceCode.ServiceModel | 0X0038; 318public const int PerformanceCountersFailed = TraceCode.ServiceModel | 0X0039; 319public const int PerformanceCountersFailedDuringUpdate = TraceCode.ServiceModel | 0X003A; 320public const int PerformanceCountersFailedForService = TraceCode.ServiceModel | 0X003B; 321public const int PerformanceCountersFailedOnRelease = TraceCode.ServiceModel | 0X003C; 322public const int WsmexNonCriticalWsdlExportError = TraceCode.ServiceModel | 0X003D; 323public const int WsmexNonCriticalWsdlImportError = TraceCode.ServiceModel | 0X003E; 324public const int FailedToOpenIncomingChannel = TraceCode.ServiceModel | 0X003F; 325public const int UnhandledExceptionInUserOperation = TraceCode.ServiceModel | 0X0040; 326public const int DroppedAMessage = TraceCode.ServiceModel | 0X0041; 327public const int CannotBeImportedInCurrentFormat = TraceCode.ServiceModel | 0X0042; 328public const int GetConfiguredEndpoint = TraceCode.ServiceModel | 0X0043; 329public const int GetDefaultConfiguredEndpoint = TraceCode.ServiceModel | 0X0044; 330public const int ExtensionTypeNotFound = TraceCode.ServiceModel | 0X0045; 331public const int DefaultEndpointsAdded = TraceCode.ServiceModel | 0X0046; 334public const int MetadataExchangeClientSendRequest = TraceCode.ServiceModel | 0X005B; 335public const int MetadataExchangeClientReceiveReply = TraceCode.ServiceModel | 0X005C; 336public const int WarnHelpPageEnabledNoBaseAddress = TraceCode.ServiceModel | 0X005D; 337public const int WarnServiceHealthEnabledNoBaseAddress = TraceCode.ServiceModel | 0X005E;
System\ServiceModel\Diagnostics\TraceUtility.cs (1)
801case TraceCode.ServiceModel: