'Declaration Public Function New( _ ByVal url As String, _ ByVal user As String, _ ByVal password As String, _ ByVal host As String, _ ByVal port As Integer, _ ByVal strictContentLength As Boolean, _ ByVal contentLength As Integer, _ ByVal maxConnectionAge As Integer, _ ByVal keepAlive As Integer, _ ByVal base64 As Boolean _ )
Parameters
- url
- The url of the tunneling PHP script.
- user
- The user name for HTTP authorization.
- password
- The password for HTTP authorization.
- host
- Host name or IP address of the tunneling server.
- port
- Port number of the server.
- strictContentLength
- A value indicating whether data padding is enabled when message size is smaller than Devart.Common.HttpOptions.ContentLength.
- contentLength
- The Content-Length HTTP header parameter.
- maxConnectionAge
- The maximum connection age in seconds.
- keepAlive
- The timeout in seconds to send Keep-Alive HTTP packets.
- base64
- Specifies whether to encode data to MIME base64 format before sending them with the POST Request.