Click or drag to resize

PostWebRequest Constructor

Overload List
  NameDescription
Public methodPostWebRequest
Initializes a new instance of the PostWebRequest class.
Public methodCode examplePostWebRequest(Uri, String)
Initializes a new instance of the PostWebRequest class, specifying the destination and request data.
Public methodCode examplePostWebRequest(Uri, String, Boolean)
Initializes a new instance of the PostWebRequest class, specifying the destination, request data and redirection.
Public methodCode examplePostWebRequest(Uri, String, String)
Initializes a new instance of the PostWebRequest class, specifying the destination, request data and content type.
Public methodCode examplePostWebRequest(Uri, String, String, Boolean)
Initializes a new instance of the PostWebRequest class, specifying the destination, request data, content type and redirection.
Top
See Also