TWebClient Class

Represents type TWebClient.

Namespace: System.Net.HTTP.Client
TObject
  System.Net.HTTP.Client.TWebClient
type
 TWebClient = class(TObject)
 end;

The TWebClient type exposes the following members.

Show:
 NameDescription
ConnectionTimeOut

Represents property ConnectionTimeOut.

Credentials

Represents property Credentials.

IgnoreSSLCertificateErrors

Represents property IgnoreSSLCertificateErrors.

ProxyByPass

Represents property ProxyByPass.

ProxyName

Represents property ProxyName.

ReceiveTimeout

Represents property ReceiveTimeout.

SendTimeout

Represents property SendTimeout.

Top
Show:
 NameDescription
Connect(String)

Overloaded. Represents method Connect(String).

Connect(String,Boolean,Integer)

Overloaded. Represents method Connect(String,Boolean,Integer).

Delete(String,String)

Represents method Delete(String,String).

Get(String,String)

Represents method Get(String,String).

GetConnectionTimeOut

Represents method GetConnectionTimeOut.

GetCredentials

Represents method GetCredentials.

GetIgnoreSSLCertificateErrors

Represents method GetIgnoreSSLCertificateErrors.

GetProxyByPass

 

GetProxyName

 

GetReceiveTimeout

Represents method GetReceiveTimeout.

GetSendTimeout

Represents method GetSendTimeout.

Post(String,String,String,String)

Represents method Post(String,String,String,String).

Put(String,String,String,String)

Represents method Put(String,String,String,String).

SetConnectionTimeOut(Integer)

Represents method SetConnectionTimeOut(Integer).

SetIgnoreSSLCertificateErrors(Boolean)

Represents method SetIgnoreSSLCertificateErrors(Boolean).

SetProxyByPass(String)

 

SetProxyName(String)

 

SetReceiveTimeout(Integer)

Represents method SetReceiveTimeout(Integer).

SetSendTimeout(Integer)

Represents method SetSendTimeout(Integer).

Top