vb實現http協議

2021-04-15 21:18:22 字數 3763 閱讀 2622

'傳送文字和檔案資料

'向屬性指派值時使用,位於賦值語句的左邊。

'syntax: x.strtextfiled = 5

mvarstrtextfiled = vdata

end property

public property get strtextfiled() as string

'檢索屬性值時使用,位於賦值語句的右邊。

'syntax: debug.print x.strtextfiled

strtextfiled = mvarstrtextfiled

end property

public property let strfilefiled(byval vdata as string)

'向屬性指派值時使用,位於賦值語句的左邊。

'syntax: x.strfilefiled = 5

mvarstrfilefiled = vdata

end property

public property get strfilefiled() as string

'檢索屬性值時使用,位於賦值語句的右邊。

'syntax: debug.print x.strfilefiled

strfilefiled = mvarstrfilefiled

end property

public property let strurl(byval vdata as string)

'向屬性指派值時使用,位於賦值語句的左邊。

'syntax: x.strurl = 5

mvarstrurl = vdata

end property

public property get strurl() as string

'檢索屬性值時使用,位於賦值語句的右邊。

'syntax: debug.print x.strurl

strurl = mvarstrurl

end property

Linux下http協議實現

include include include string h include include socket h include errno h include include include include include include ctype h int main int argc,ch...

Linux下http協議實現

include include include string h include include socket h include errno h include include include include include include ctype h int main int argc,ch...

HTTP協議?HTTP協議中POST GET H

head to inde x.html not supported.invalid method in request head htp 1.1 apache 1.3.12 server at www.fudan.edu.cn port 80 關於實體頭部的內容還可以有 last modified ...