JsonWebServiceContent.FromJson method

Creates a new instance of the JsonWebServiceContent class from JSON.

public static JsonWebServiceContent FromJson(string json)
parameter description
json The JSON.

Return Value

The new instance.

See Also