System.ServiceModel.DotNetOneWayStrings
namespace System.ServiceModel
{
internal static class DotNetOneWayStrings
{
public const string Namespace = "http://schemas.microsoft.com/ws/2005/05/routing";
public const string HeaderName = "PacketRoutable";
}
}