ClientChatterhost Property |
Note: This returns the request's HOST header, which may include a trailing port #.
If the Host is an IPv6 literal, it will be enclosed in brackets '[' and ']'
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public string host { get; }
Public ReadOnly Property host As String
Get
public:
property String^ host {
String^ get ();
}
Property Value
Type:
StringSee Also