System::Net::WebRequestMethods::Http kelas
Http class
Mewakili konstanta string HTTP.
Metode
| Metode | Deskripsi |
|---|
| Http() | Konstruktor default yang dihapus. |
Bidang
| Bidang | Deskripsi |
|---|
| static Connect | Representasi string dari metode ‘CONNECT’ HTTP. |
| static Get | Representasi string dari metode ‘GET’ HTTP. |
| static Head | Representasi string dari metode ‘HEAD’ HTTP. |
| static MkCol | Representasi string dari metode ‘MKCOL’ HTTP. |
| static Post | Representasi string dari metode ‘POST’ HTTP. |
| static Put | Representasi string dari metode ‘PUT’ HTTP. |
Lihat Juga