16 references to PortSharing
SMSvcHost (16)
System\ServiceModel\Activation\Diagnostics\ListenerTraceCode.cs (16)
33public const int ReadNetTcpConfig = ListenerTraceCode.PortSharing | 0X0006; 34public const int ReadNetPipeConfig = ListenerTraceCode.PortSharing | 0X0007; 35public const int RoutingTableCannotListen = ListenerTraceCode.PortSharing | 0X0008; 36public const int RoutingTableLookup = ListenerTraceCode.PortSharing | 0X0009; 37public const int RoutingTableNamespaceConflict = ListenerTraceCode.PortSharing | 0X000A; 38public const int RoutingTablePathTooLong = ListenerTraceCode.PortSharing | 0X000B; 39public const int RoutingTableRegisterSuccess = ListenerTraceCode.PortSharing | 0X000C; 40public const int RoutingTableUnsupportedProtocol = ListenerTraceCode.PortSharing | 0X000D; 41public const int SharedManagerServiceEndpointNotExist = ListenerTraceCode.PortSharing | 0X000E; 42public const int TransportListenerListening = ListenerTraceCode.PortSharing | 0X000F; 43public const int TransportListenerListenRequest = ListenerTraceCode.PortSharing | 0X0010; 44public const int TransportListenerSessionsReceived = ListenerTraceCode.PortSharing | 0X0011; 45public const int TransportListenerStop = ListenerTraceCode.PortSharing | 0X0012; 46public const int WasCloseAllListenerChannelInstances = ListenerTraceCode.PortSharing | 0X0013; 47public const int WasWebHostAPIFailed = ListenerTraceCode.PortSharing | 0X0014; 48public const int WasConnected = ListenerTraceCode.PortSharing | 0X0015;