HTTP..::..PostJson Method

Posts the json.

Namespace:  Core
Assembly:  Core (in Core.dll)

Syntax


public static string PostJson(
	Uri uri,
	string json
)

Parameters

uri
Type: Uri
The URI.
json
Type: String
The json.

Return Value

String.