VssHttpClientBase.Formatter Property
Namespace: Microsoft.VisualStudio.Services.WebApi
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Protected ReadOnly Property Formatter As MediaTypeFormatter
protected MediaTypeFormatter Formatter { get; }
protected:
property MediaTypeFormatter^ Formatter {
MediaTypeFormatter^ get ();
}
member Formatter : MediaTypeFormatter with get
function get Formatter () : MediaTypeFormatter
Property Value
Type: System.Net.Http.Formatting.MediaTypeFormatter
.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.