System.ServiceModel.CoordinationExternal10Strings
namespace System.ServiceModel
{
internal static class CoordinationExternal10Strings
{
public const string Namespace = "http://schemas.xmlsoap.org/ws/2004/10/wscoor";
public const string CreateCoordinationContextAction = "http://schemas.xmlsoap.org/ws/2004/10/wscoor/CreateCoordinationContext";
public const string CreateCoordinationContextResponseAction = "http://schemas.xmlsoap.org/ws/2004/10/wscoor/CreateCoordinationContextResponse";
public const string RegisterAction = "http://schemas.xmlsoap.org/ws/2004/10/wscoor/Register";
public const string RegisterResponseAction = "http://schemas.xmlsoap.org/ws/2004/10/wscoor/RegisterResponse";
public const string FaultAction = "http://schemas.xmlsoap.org/ws/2004/10/wscoor/fault";
}
}