2 writes to _host
System.Net.HttpListener (2)
System\Net\Managed\ListenerPrefix.cs (2)
116
_host
= uri.Substring(start_host, colon - start_host);
124
_host
= uri.Substring(start_host, root - start_host);
1 reference to _host
System.Net.HttpListener (1)
System\Net\Managed\ListenerPrefix.cs (1)
70
get { return
_host
; }