VssHttpClientBase.Client Property
Namespace: Microsoft.VisualStudio.Services.WebApi
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public ReadOnly Property Client As HttpClient
public HttpClient Client { get; }
public:
property HttpClient^ Client {
HttpClient^ get ();
}
member Client : HttpClient with get
function get Client () : HttpClient
Property Value
Type: System.Net.Http.HttpClient
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.