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