System.ServiceModel.Channels.UriEx
class UriEx
namespace System.ServiceModel.Channels
{
internal class UriEx
{
public const string UriSchemeHttp = "http";
public const string UriSchemeHttps = "https";
public const string UriSchemeNetTcp = "net.tcp";
public UriEx();
}
}