3 references to Encoding
System.Data.Services.Client (3)
System\Data\Services\Client\BatchStream.cs (3)
969
s = this.
Encoding
.GetString(buffer, 0, buffer.Length);
973
s = this.
Encoding
.GetString(this.byteBuffer, this.bytePosition, i);
1013
return this.
Encoding
.GetString(buffer, 0, buffer.Length);