5 references to GetByteCount
System (5)
net\System\Net\HttpListenerResponse.cs (4)
524byte[] statusDescriptionBytes = new byte[WebHeaderCollection.HeaderEncoding.GetByteCount(StatusDescription)]; 819bytes = new byte[WebHeaderCollection.HeaderEncoding.GetByteCount(headerName)]; 828bytes = new byte[WebHeaderCollection.HeaderEncoding.GetByteCount(headerValue)]; 842bytes = new byte[WebHeaderCollection.HeaderEncoding.GetByteCount(headerValue)];
net\System\Net\HttpWebRequest.cs (1)
5080int requestHeadersSize = WebHeaderCollection.HeaderEncoding.GetByteCount(requestHeadersString);