ObjectContent.WriteFormatter Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets or sets the write formatter.
Namespace: System.Net.Http
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Syntax
'Declaration
Protected Friend Property WriteFormatter As MediaTypeFormatter
protected internal MediaTypeFormatter WriteFormatter { get; set; }
protected public:
property MediaTypeFormatter^ WriteFormatter {
MediaTypeFormatter^ get ();
void set (MediaTypeFormatter^ value);
}
member WriteFormatter : MediaTypeFormatter with get, set
function get WriteFormatter () : MediaTypeFormatter
function set WriteFormatter (value : MediaTypeFormatter)
Property Value
Type: System.Net.Http.Formatting.MediaTypeFormatter
The write formatter.
.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.