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