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