MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / CreateWebRequest

Method CreateWebRequest

plugins/cs/HttpMonitor/Program.cs:18–24  ·  view source on GitHub ↗
(string url)

Source from the content-addressed store, hash-verified

16 }
17
18 public HttpWebRequest CreateWebRequest(string url)
19 {
20 HttpWebRequest request = (HttpWebRequest)WebRequest.Create(url);
21 request.Timeout = Settings.HttpTimeout;
22 request.ProtocolVersion = HttpVersion.Version11;
23 return request;
24 }
25
26
27 public bool IsRangeAvailable()

Callers

nothing calls this directly

Calls 1

CreateMethod · 0.45

Tested by

no test coverage detected