85 references to Channels
System.ServiceModel.Primitives (85)
System\ServiceModel\Diagnostics\TraceCode.cs (85)
36public const int ConnectionAbandoned = TraceCode.Channels | 0X0001; 37public const int ConnectionPoolCloseException = TraceCode.Channels | 0X0002; 38public const int ConnectionPoolIdleTimeoutReached = TraceCode.Channels | 0X0003; 39public const int ConnectionPoolLeaseTimeoutReached = TraceCode.Channels | 0X0004; 40public const int ConnectionPoolMaxOutboundConnectionsPerEndpointQuotaReached = TraceCode.Channels | 0X0005; 41public const int ServerMaxPooledConnectionsQuotaReached = TraceCode.Channels | 0X0006; 42public const int EndpointListenerClose = TraceCode.Channels | 0X0007; 43public const int EndpointListenerOpen = TraceCode.Channels | 0X0008; 44public const int HttpResponseReceived = TraceCode.Channels | 0X0009; 45public const int HttpChannelConcurrentReceiveQuotaReached = TraceCode.Channels | 0X000A; 46public const int HttpChannelMessageReceiveFailed = TraceCode.Channels | 0X000B; 47public const int HttpChannelUnexpectedResponse = TraceCode.Channels | 0X000C; 48public const int HttpChannelRequestAborted = TraceCode.Channels | 0X000D; 49public const int HttpChannelResponseAborted = TraceCode.Channels | 0X000E; 50public const int HttpsClientCertificateInvalid = TraceCode.Channels | 0X000F; 51public const int HttpsClientCertificateNotPresent = TraceCode.Channels | 0X0010; 52public const int NamedPipeChannelMessageReceiveFailed = TraceCode.Channels | 0X0011; 53public const int NamedPipeChannelMessageReceived = TraceCode.Channels | 0X0012; 54public const int MessageReceived = TraceCode.Channels | 0X0013; 55public const int MessageSent = TraceCode.Channels | 0X0014; 56public const int RequestChannelReplyReceived = TraceCode.Channels | 0X0015; 57public const int TcpChannelMessageReceiveFailed = TraceCode.Channels | 0X0016; 58public const int TcpChannelMessageReceived = TraceCode.Channels | 0X0017; 59public const int ConnectToIPEndpoint = TraceCode.Channels | 0X0018; 60public const int SocketConnectionCreate = TraceCode.Channels | 0X0019; 61public const int SocketConnectionClose = TraceCode.Channels | 0X001A; 62public const int SocketConnectionAbort = TraceCode.Channels | 0X001B; 63public const int SocketConnectionAbortClose = TraceCode.Channels | 0X001C; 64public const int PipeConnectionAbort = TraceCode.Channels | 0X001D; 65public const int RequestContextAbort = TraceCode.Channels | 0X001E; 66public const int ChannelCreated = TraceCode.Channels | 0X001F; 67public const int ChannelDisposed = TraceCode.Channels | 0X0020; 68public const int ListenerCreated = TraceCode.Channels | 0X0021; 69public const int ListenerDisposed = TraceCode.Channels | 0X0022; 70public const int PrematureDatagramEof = TraceCode.Channels | 0X0023; 71public const int MaxPendingConnectionsReached = TraceCode.Channels | 0X0024; 72public const int MaxAcceptedChannelsReached = TraceCode.Channels | 0X0025; 73public const int ChannelConnectionDropped = TraceCode.Channels | 0X0026; 74public const int HttpAuthFailed = TraceCode.Channels | 0X0027; 75public const int NoExistingTransportManager = TraceCode.Channels | 0X0028; 76public const int IncompatibleExistingTransportManager = TraceCode.Channels | 0X0029; 77public const int InitiatingNamedPipeConnection = TraceCode.Channels | 0X002A; 78public const int InitiatingTcpConnection = TraceCode.Channels | 0X002B; 79public const int OpenedListener = TraceCode.Channels | 0X002C; 80public const int SslClientCertMissing = TraceCode.Channels | 0X002D; 81public const int StreamSecurityUpgradeAccepted = TraceCode.Channels | 0X002E; 82public const int TcpConnectError = TraceCode.Channels | 0X002F; 83public const int FailedAcceptFromPool = TraceCode.Channels | 0X0030; 84public const int FailedPipeConnect = TraceCode.Channels | 0X0031; 85public const int SystemTimeResolution = TraceCode.Channels | 0X0032; 86public const int PeerNeighborCloseFailed = TraceCode.Channels | 0X0033; 87public const int PeerNeighborClosingFailed = TraceCode.Channels | 0X0034; 88public const int PeerNeighborNotAccepted = TraceCode.Channels | 0X0035; 89public const int PeerNeighborNotFound = TraceCode.Channels | 0X0036; 90public const int PeerNeighborOpenFailed = TraceCode.Channels | 0X0037; 91public const int PeerNeighborStateChanged = TraceCode.Channels | 0X0038; 92public const int PeerNeighborStateChangeFailed = TraceCode.Channels | 0X0039; 93public const int PeerNeighborMessageReceived = TraceCode.Channels | 0X003A; 94public const int PeerNeighborManagerOffline = TraceCode.Channels | 0X003B; 95public const int PeerNeighborManagerOnline = TraceCode.Channels | 0X003C; 96public const int PeerChannelMessageReceived = TraceCode.Channels | 0X003D; 97public const int PeerChannelMessageSent = TraceCode.Channels | 0X003E; 98public const int PeerNodeAddressChanged = TraceCode.Channels | 0X003F; 99public const int PeerNodeOpening = TraceCode.Channels | 0X0040; 100public const int PeerNodeOpened = TraceCode.Channels | 0X0041; 101public const int PeerNodeOpenFailed = TraceCode.Channels | 0X0042; 102public const int PeerNodeClosing = TraceCode.Channels | 0X0043; 103public const int PeerNodeClosed = TraceCode.Channels | 0X0044; 104public const int PeerFloodedMessageReceived = TraceCode.Channels | 0X0045; 105public const int PeerFloodedMessageNotPropagated = TraceCode.Channels | 0X0046; 106public const int PeerFloodedMessageNotMatched = TraceCode.Channels | 0X0047; 107public const int PnrpRegisteredAddresses = TraceCode.Channels | 0X0048; 108public const int PnrpUnregisteredAddresses = TraceCode.Channels | 0X0049; 109public const int PnrpResolvedAddresses = TraceCode.Channels | 0X004A; 110public const int PnrpResolveException = TraceCode.Channels | 0X004B; 111public const int PeerReceiveMessageAuthenticationFailure = TraceCode.Channels | 0X004C; 112public const int PeerNodeAuthenticationFailure = TraceCode.Channels | 0X004D; 113public const int PeerNodeAuthenticationTimeout = TraceCode.Channels | 0X004E; 114public const int PeerFlooderReceiveMessageQuotaExceeded = TraceCode.Channels | 0X004F; 115public const int PeerServiceOpened = TraceCode.Channels | 0X0050; 116public const int PeerMaintainerActivity = TraceCode.Channels | 0X0051; 117public const int WsrmNegativeElapsedTimeDetected = TraceCode.Channels | 0X006E; 118public const int TcpTransferError = TraceCode.Channels | 0X006F; 119public const int TcpConnectionResetError = TraceCode.Channels | 0X0070; 120public const int TcpConnectionTimedOut = TraceCode.Channels | 0X0071;