5 references to GetString
System (5)
net\System\Net\_Connection.cs (1)
1769WebHeaderCollection.HeaderEncoding.GetString(
net\System\Net\_NTAuthentication.cs (1)
941outgoingBlob = WebHeaderCollection.HeaderEncoding.GetString(decodedOutgoingBlob, 0, outSecurityBuffer.size);
net\System\Net\HttpListener.cs (1)
1750inBlob = WebHeaderCollection.HeaderEncoding.GetString(bytes, 0, bytes.Length);
net\System\Net\HttpWebRequest.cs (1)
4968string host = WebHeaderCollection.HeaderEncoding.GetString(hhs.Bytes, 0, hhs.ByteCount);
net\System\Net\Logging.cs (1)
602string output = "<<" + WebHeaderCollection.HeaderEncoding.GetString(buffer, offset, length) + ">>";