C# Class NLog.Targets.WebServiceTarget.HttpPostJsonFormatter

Inheritance: HttpPostTextFormatterBase
Datei anzeigen Open project: NLog/NLog

Public Methods

Method Description
HttpPostJsonFormatter ( WebServiceTarget target ) : System

Protected Methods

Method Description
GetFormattedContent ( string parametersContent ) : string
GetFormattedParameter ( NLog.Targets.MethodCallParameter parameter, object value ) : string

Private Methods

Method Description
GetJsonValueString ( object value ) : string

Method Details

GetFormattedContent() protected method

protected GetFormattedContent ( string parametersContent ) : string
parametersContent string
return string

GetFormattedParameter() protected method

protected GetFormattedParameter ( NLog.Targets.MethodCallParameter parameter, object value ) : string
parameter NLog.Targets.MethodCallParameter
value object
return string

HttpPostJsonFormatter() public method

public HttpPostJsonFormatter ( WebServiceTarget target ) : System
target WebServiceTarget
return System