JsonWebServiceContent.GenerateJson method

Generates the JSON.

protected virtual string? GenerateJson()

Return Value

The JSON.

Remarks

Used by derived classes that generate the JSON just in time.

See Also