Click or drag to resize

WebRequestsSendPostRequest Method

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Sends the post data request to a web server.

Namespace:  Furcadia.Net.Web
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public static string SendPostRequest(
	string PostData,
	string url
)

Parameters

PostData
Type: SystemString
The post data.
url
Type: SystemString
The URL.

Return Value

Type: String

[Missing <returns> documentation for "M:Furcadia.Net.Web.WebRequests.SendPostRequest(System.String,System.String)"]

See Also