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

Method Log

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

Source from the content-addressed store, hash-verified

11 class Log
12 {
13 public Log(string url)
14 {
15 this.url = url;
16 }
17
18 public HttpWebRequest CreateWebRequest(string url)
19 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected