HttpClient.ToString Method

Definition

Returns a string that represents the current HttpClient object. For programming guidance for the HttpClient class, and code examples, see the HttpClient conceptual topic.

public:
 virtual Platform::String ^ ToString() = ToString;
winrt::hstring ToString();
public string ToString();
function toString()
Public Function ToString () As String

Returns

String

Platform::String

winrt::hstring

A string that represents the current object.

Implements

Applies to

See also