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