Click or drag to resize
NetworkHandlerpostDataToURL Method

Namespace: Veeplay.utillities
Assembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void postDataToURL(
	string urlString,
	FormUrlEncodedContent content,
	float timeOut
)

Parameters

urlString
Type: SystemString
content
Type: System.Net.HttpFormUrlEncodedContent
timeOut
Type: SystemSingle
See Also