2 references to TcpPortSharingServiceName
System.ServiceModel (2)
System\ServiceModel\Activation\ListenerConstants.cs (1)
48public const string TcpSharedMemoryName = TcpPortSharingServiceName + "/endpoint";
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
189return isTcp ? ListenerConstants.TcpPortSharingServiceName : ListenerConstants.NamedPipeActivationServiceName;