HTTP
.
.
::
.
.
PostJson Method
Posts the json.
Namespace:
Core
Assembly:
Core
(in Core.dll)
Syntax
C#
public
static
string
PostJson
(
Uri
uri
,
string
json
)
Parameters
uri
Type:
Uri
The URI.
json
Type:
String
The json.
Return Value
String.
See Also
HTTP Class
Core Namespace