JsonWebServiceRequestUtility.WithJsonContent<TWebServiceRequest,TContentValue> method (1 of 2)

Sets the Content of the WebServiceRequest.

public static TWebServiceRequest WithJsonContent<TWebServiceRequest, TContentValue>(
    this TWebServiceRequest request, TContentValue contentValue)
    where TWebServiceRequest : WebServiceRequestBase

See Also


JsonWebServiceRequestUtility.WithJsonContent<TWebServiceRequest,TContentValue> method (2 of 2)

Sets the Content of the WebServiceRequest.

public static TWebServiceRequest WithJsonContent<TWebServiceRequest, TContentValue>(
    this TWebServiceRequest request, TContentValue contentValue, JsonSettings settings)
    where TWebServiceRequest : WebServiceRequestBase

See Also