2 types derived from SharingService
SMSvcHost (2)
System\ServiceModel\Activation\NamedPipeActivation.cs (1)
80
class NamedPipeSharing :
SharingService
System\ServiceModel\Activation\TcpPortSharing.cs (1)
123
class TcpPortSharingCore :
SharingService
4 references to SharingService
SMSvcHost (4)
System\ServiceModel\Activation\TcpPortSharing.cs (4)
24
this.CanHandlePowerEvent =
SharingService
.CanHandlePowerEvent;
25
this.AutoLog =
SharingService
.AutoLog;
26
this.CanStop =
SharingService
.CanStop;
27
this.CanShutdown =
SharingService
.CanShutdown;