7 references to PortSharing
System.ServiceModel (7)
System\ServiceModel\Diagnostics\TraceCode.cs (6)
341public const int PortSharingClosed = TraceCode.PortSharing | 0X0001; 342public const int PortSharingDuplicatedPipe = TraceCode.PortSharing | 0X0002; 343public const int PortSharingDupHandleGranted = TraceCode.PortSharing | 0X0003; 344public const int PortSharingDuplicatedSocket = TraceCode.PortSharing | 0X0004; 345public const int PortSharingListening = TraceCode.PortSharing | 0X0005; 347public const int SharedManagerServiceEndpointNotExist = TraceCode.PortSharing | 0X000E;
System\ServiceModel\Diagnostics\TraceUtility.cs (1)
792case TraceCode.PortSharing: