4 overrides of GetHttpVersion
System.Web (4)
Hosting\IIS7WorkerRequest.cs (1)
366
public override string
GetHttpVersion
() {
Hosting\ISAPIWorkerRequest.cs (1)
1129
public override String
GetHttpVersion
() {
Hosting\SimpleWorkerRequest.cs (1)
105
public override String
GetHttpVersion
() {
State\StateWorkerRequest.cs (1)
160
public override string
GetHttpVersion
() {
3 references to GetHttpVersion
System.Web (3)
HttpRequest.cs (2)
622
AddServerVariableToCollection("SERVER_PROTOCOL", _wr.
GetHttpVersion
());
2924
w.Write(" " + _wr.
GetHttpVersion
() + "\r\n");
HttpResponse.cs (1)
628
String protocol = _wr.
GetHttpVersion
();