NetworkHandlerpostDataToURL Method |
Namespace: Veeplay.utillitiesAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void postDataToURL(
string urlString,
FormUrlEncodedContent content,
float timeOut
)
Public Sub postDataToURL (
urlString As String,
content As FormUrlEncodedContent,
timeOut As Single
)
public:
void postDataToURL(
String^ urlString,
FormUrlEncodedContent^ content,
float timeOut
)
member postDataToURL :
urlString : string *
content : FormUrlEncodedContent *
timeOut : float32 -> unit
Parameters
- urlString
- Type: SystemString
- content
- Type: System.Net.HttpFormUrlEncodedContent
- timeOut
- Type: SystemSingle
See Also