NetworkHandlerpostDataToURLAsync Method |
Namespace: Veeplay.utillitiesAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Task postDataToURLAsync(
string urlString,
FormUrlEncodedContent content,
float timeOut
)
Public Function postDataToURLAsync (
urlString As String,
content As FormUrlEncodedContent,
timeOut As Single
) As Task
public:
Task^ postDataToURLAsync(
String^ urlString,
FormUrlEncodedContent^ content,
float timeOut
)
member postDataToURLAsync :
urlString : string *
content : FormUrlEncodedContent *
timeOut : float32 -> Task
Parameters
- urlString
- Type: SystemString
- content
- Type: System.Net.HttpFormUrlEncodedContent
- timeOut
- Type: SystemSingle
Return Value
Type:
TaskSee Also