114 references to Channels
System.ServiceModel (114)
System\ServiceModel\Diagnostics\TraceCode.cs (113)
35public const int ConnectionAbandoned = TraceCode.Channels | 0X0001; 36public const int ConnectionPoolCloseException = TraceCode.Channels | 0X0002; 37public const int ConnectionPoolIdleTimeoutReached = TraceCode.Channels | 0X0003; 38public const int ConnectionPoolLeaseTimeoutReached = TraceCode.Channels | 0X0004; 39public const int ConnectionPoolMaxOutboundConnectionsPerEndpointQuotaReached = TraceCode.Channels | 0X0005; 40public const int ServerMaxPooledConnectionsQuotaReached = TraceCode.Channels | 0X0006; 41public const int EndpointListenerClose = TraceCode.Channels | 0X0007; 42public const int EndpointListenerOpen = TraceCode.Channels | 0X0008; 43public const int HttpResponseReceived = TraceCode.Channels | 0X0009; 44public const int HttpChannelConcurrentReceiveQuotaReached = TraceCode.Channels | 0X000A; 45public const int HttpChannelMessageReceiveFailed = TraceCode.Channels | 0X000B; 46public const int HttpChannelUnexpectedResponse = TraceCode.Channels | 0X000C; 47public const int HttpChannelRequestAborted = TraceCode.Channels | 0X000D; 48public const int HttpChannelResponseAborted = TraceCode.Channels | 0X000E; 49public const int HttpsClientCertificateInvalid = TraceCode.Channels | 0X000F; 50public const int HttpsClientCertificateNotPresent = TraceCode.Channels | 0X0010; 51public const int NamedPipeChannelMessageReceiveFailed = TraceCode.Channels | 0X0011; 52public const int NamedPipeChannelMessageReceived = TraceCode.Channels | 0X0012; 53public const int MessageReceived = TraceCode.Channels | 0X0013; 54public const int MessageSent = TraceCode.Channels | 0X0014; 55public const int RequestChannelReplyReceived = TraceCode.Channels | 0X0015; 56public const int TcpChannelMessageReceiveFailed = TraceCode.Channels | 0X0016; 57public const int TcpChannelMessageReceived = TraceCode.Channels | 0X0017; 58public const int ConnectToIPEndpoint = TraceCode.Channels | 0X0018; 59public const int SocketConnectionCreate = TraceCode.Channels | 0X0019; 60public const int SocketConnectionClose = TraceCode.Channels | 0X001A; 61public const int SocketConnectionAbort = TraceCode.Channels | 0X001B; 62public const int SocketConnectionAbortClose = TraceCode.Channels | 0X001C; 63public const int PipeConnectionAbort = TraceCode.Channels | 0X001D; 64public const int RequestContextAbort = TraceCode.Channels | 0X001E; 65public const int ChannelCreated = TraceCode.Channels | 0X001F; 66public const int ChannelDisposed = TraceCode.Channels | 0X0020; 67public const int ListenerCreated = TraceCode.Channels | 0X0021; 68public const int ListenerDisposed = TraceCode.Channels | 0X0022; 69public const int PrematureDatagramEof = TraceCode.Channels | 0X0023; 70public const int MaxPendingConnectionsReached = TraceCode.Channels | 0X0024; 71public const int MaxAcceptedChannelsReached = TraceCode.Channels | 0X0025; 72public const int ChannelConnectionDropped = TraceCode.Channels | 0X0026; 73public const int HttpAuthFailed = TraceCode.Channels | 0X0027; 74public const int NoExistingTransportManager = TraceCode.Channels | 0X0028; 75public const int IncompatibleExistingTransportManager = TraceCode.Channels | 0X0029; 76public const int InitiatingNamedPipeConnection = TraceCode.Channels | 0X002A; 77public const int InitiatingTcpConnection = TraceCode.Channels | 0X002B; 78public const int OpenedListener = TraceCode.Channels | 0X002C; 79public const int SslClientCertMissing = TraceCode.Channels | 0X002D; 80public const int StreamSecurityUpgradeAccepted = TraceCode.Channels | 0X002E; 81public const int TcpConnectError = TraceCode.Channels | 0X002F; 82public const int FailedAcceptFromPool = TraceCode.Channels | 0X0030; 83public const int FailedPipeConnect = TraceCode.Channels | 0X0031; 84public const int SystemTimeResolution = TraceCode.Channels | 0X0032; 85public const int PeerNeighborCloseFailed = TraceCode.Channels | 0X0033; 86public const int PeerNeighborClosingFailed = TraceCode.Channels | 0X0034; 87public const int PeerNeighborNotAccepted = TraceCode.Channels | 0X0035; 88public const int PeerNeighborNotFound = TraceCode.Channels | 0X0036; 89public const int PeerNeighborOpenFailed = TraceCode.Channels | 0X0037; 90public const int PeerNeighborStateChanged = TraceCode.Channels | 0X0038; 91public const int PeerNeighborStateChangeFailed = TraceCode.Channels | 0X0039; 92public const int PeerNeighborMessageReceived = TraceCode.Channels | 0X003A; 93public const int PeerNeighborManagerOffline = TraceCode.Channels | 0X003B; 94public const int PeerNeighborManagerOnline = TraceCode.Channels | 0X003C; 95public const int PeerChannelMessageReceived = TraceCode.Channels | 0X003D; 96public const int PeerChannelMessageSent = TraceCode.Channels | 0X003E; 97public const int PeerNodeAddressChanged = TraceCode.Channels | 0X003F; 98public const int PeerNodeOpening = TraceCode.Channels | 0X0040; 99public const int PeerNodeOpened = TraceCode.Channels | 0X0041; 100public const int PeerNodeOpenFailed = TraceCode.Channels | 0X0042; 101public const int PeerNodeClosing = TraceCode.Channels | 0X0043; 102public const int PeerNodeClosed = TraceCode.Channels | 0X0044; 103public const int PeerFloodedMessageReceived = TraceCode.Channels | 0X0045; 104public const int PeerFloodedMessageNotPropagated = TraceCode.Channels | 0X0046; 105public const int PeerFloodedMessageNotMatched = TraceCode.Channels | 0X0047; 106public const int PnrpRegisteredAddresses = TraceCode.Channels | 0X0048; 107public const int PnrpUnregisteredAddresses = TraceCode.Channels | 0X0049; 108public const int PnrpResolvedAddresses = TraceCode.Channels | 0X004A; 109public const int PnrpResolveException = TraceCode.Channels | 0X004B; 110public const int PeerReceiveMessageAuthenticationFailure = TraceCode.Channels | 0X004C; 111public const int PeerNodeAuthenticationFailure = TraceCode.Channels | 0X004D; 112public const int PeerNodeAuthenticationTimeout = TraceCode.Channels | 0X004E; 113public const int PeerFlooderReceiveMessageQuotaExceeded = TraceCode.Channels | 0X004F; 114public const int PeerServiceOpened = TraceCode.Channels | 0X0050; 115public const int PeerMaintainerActivity = TraceCode.Channels | 0X0051; 116public const int MsmqCannotPeekOnQueue = TraceCode.Channels | 0X0052; 117public const int MsmqCannotReadQueues = TraceCode.Channels | 0X0053; 118public const int MsmqDatagramSent = TraceCode.Channels | 0X0054; 119public const int MsmqDatagramReceived = TraceCode.Channels | 0X0055; 120public const int MsmqDetected = TraceCode.Channels | 0X0056; 121public const int MsmqEnteredBatch = TraceCode.Channels | 0X0057; 122public const int MsmqExpectedException = TraceCode.Channels | 0X0058; 123public const int MsmqFoundBaseAddress = TraceCode.Channels | 0X0059; 124public const int MsmqLeftBatch = TraceCode.Channels | 0X005A; 125public const int MsmqMatchedApplicationFound = TraceCode.Channels | 0X005B; 126public const int MsmqMessageDropped = TraceCode.Channels | 0X005C; 127public const int MsmqMessageLockedUnderTheTransaction = TraceCode.Channels | 0X005D; 128public const int MsmqMessageRejected = TraceCode.Channels | 0X005E; 129public const int MsmqMoveOrDeleteAttemptFailed = TraceCode.Channels | 0X005F; 130public const int MsmqPoisonMessageMovedPoison = TraceCode.Channels | 0X0060; 131public const int MsmqPoisonMessageMovedRetry = TraceCode.Channels | 0X0061; 132public const int MsmqPoisonMessageRejected = TraceCode.Channels | 0X0062; 133public const int MsmqPoolFull = TraceCode.Channels | 0X0063; 134public const int MsmqPotentiallyPoisonMessageDetected = TraceCode.Channels | 0X0064; 135public const int MsmqQueueClosed = TraceCode.Channels | 0X0065; 136public const int MsmqQueueOpened = TraceCode.Channels | 0X0066; 137public const int MsmqQueueTransactionalStatusUnknown = TraceCode.Channels | 0X0067; 138public const int MsmqScanStarted = TraceCode.Channels | 0X0068; 139public const int MsmqSessiongramReceived = TraceCode.Channels | 0X0069; 140public const int MsmqSessiongramSent = TraceCode.Channels | 0X006A; 141public const int MsmqStartingApplication = TraceCode.Channels | 0X006B; 142public const int MsmqStartingService = TraceCode.Channels | 0X006C; 143public const int MsmqUnexpectedAcknowledgment = TraceCode.Channels | 0X006D; 144public const int WsrmNegativeElapsedTimeDetected = TraceCode.Channels | 0X006E; 145public const int TcpTransferError = TraceCode.Channels | 0X006F; 146public const int TcpConnectionResetError = TraceCode.Channels | 0X0070; 147public const int TcpConnectionTimedOut = TraceCode.Channels | 0X0071;
System\ServiceModel\Diagnostics\TraceUtility.cs (1)
783case TraceCode.Channels: