Click or drag to resize
Virtual Care WebClientWrapperUploadString Method

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

Overload List
  Name Description
Public method UploadString(String, String)
Uploads the specified string to the specified resource, using the POST method.
(Inherited from WebClient.)
Public method UploadString(Uri, String)
Uploads the specified string to the specified resource, using the POST method.
(Inherited from WebClient.)
Public method UploadString(String, String, String)
Uploads the specified string to the specified resource, using the specified method.
(Inherited from WebClient.)
Public method UploadString(Uri, String, String)
Top
See Also