JsonWebServiceRequest<TResponseValue>.JsonSettings property

Gets or sets the JSON settings.

public JsonSettings? JsonSettings { get; set; }

Property Value

The JSON settings (used when converting the response from JSON).

See Also