C# Class NLog.Targets.WebServiceTarget.HttpPostJsonFormatter

Inheritance: HttpPostTextFormatterBase
Afficher le fichier Open project: NLog/NLog

Méthodes publiques

Méthode Description
HttpPostJsonFormatter ( WebServiceTarget target ) : System

Méthodes protégées

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

Private Methods

Méthode Description
GetJsonValueString ( object value ) : string

Method Details

GetFormattedContent() protected méthode

protected GetFormattedContent ( string parametersContent ) : string
parametersContent string
Résultat string

GetFormattedParameter() protected méthode

protected GetFormattedParameter ( NLog.Targets.MethodCallParameter parameter, object value ) : string
parameter NLog.Targets.MethodCallParameter
value object
Résultat string

HttpPostJsonFormatter() public méthode

public HttpPostJsonFormatter ( WebServiceTarget target ) : System
target WebServiceTarget
Résultat System