Returns text information about this HttpClient object.
[Visual Basic]Overloads Public Function ToString( _
ByVal WithUrl As Boolean _
) As String
[C#]
public string ToString(
bool WithUrl
);
Parameters
- WithUrl
- Specifies whether or not to include information about the requested URL.
Return Value
A string representing this HttpClient object.
See Also
HttpClient Class | HttpClient Members | Org.Mentalis.Proxy.Http Namespace | HttpClient.ToString Overload List