3 references to HttpVersionInBatching
System.Data.Services (3)
parent\Client\System\Data\Services\Client\BatchStream.cs (2)
1373if (httpVersion != XmlConstants.HttpVersionInBatching) 1375throw Error.BatchStreamInvalidHttpVersionSpecified(httpVersion, XmlConstants.HttpVersionInBatching);
System\Data\Services\Serializers\BatchWriter.cs (1)
65writer.WriteLine("{0} {1} {2}", XmlConstants.HttpVersionInBatching, host.ResponseStatusCode, WebUtil.GetStatusCodeText(host.ResponseStatusCode));