Skip to content

0dcf3b4f 8d5a f4d7 677b f3ca17073c1e

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

INetworkLoggerSettings.Method Property

Gets and set the HTTP request method to be used.

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

Syntax

C#

string Method { get; set; }

Property Value

Type: String
The HTTP request method to use, e.g. POST, PUT or any other valid WEB request method. The default is POST.

Remarks

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

See Also

Reference

INetworkLoggerSettings Interface
Plexdata.LogWriter.Abstraction Namespace

Clone this wiki locally