6 references to PortSharing
System.ServiceModel.Primitives (6)
System\ServiceModel\Diagnostics\TraceCode.cs (6)
313public const int PortSharingClosed = TraceCode.PortSharing | 0X0001; 314public const int PortSharingDuplicatedPipe = TraceCode.PortSharing | 0X0002; 315public const int PortSharingDupHandleGranted = TraceCode.PortSharing | 0X0003; 316public const int PortSharingDuplicatedSocket = TraceCode.PortSharing | 0X0004; 317public const int PortSharingListening = TraceCode.PortSharing | 0X0005; 319public const int SharedManagerServiceEndpointNotExist = TraceCode.PortSharing | 0X000E;