Skip to content

8a9f57e7 b388 6eff 81ca 831382c2f1de

Axel Kesseler edited this page Mar 1, 2023 · 1 revision

INetworkLoggerSettings.Content Property

Gets and set the HTTP request content type to be used.

Namespace: Plexdata.LogWriter.Abstraction
Assembly: Plexdata.LogWriter.Network (in Plexdata.LogWriter.Network.dll) Version: 1.0.7.1

Syntax

C#

string Content { get; set; }

Property Value

Type: String
The HTTP request content type to use, e.g. application/json, application/xml or any other valid WEB request content type. The default is application/json.

Remarks

This property allows to change the the HTTP request content type to be used. For the moment the content value is only used together with WEB requests!

See Also

Reference

INetworkLoggerSettings Interface
Plexdata.LogWriter.Abstraction Namespace

Clone this wiki locally