Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
libgsf-1
Gsf
InputHTTP
content_type
url
InputHTTP
get_content_type
get_url
InputHTTP
Object Hierarchy:
Description:
public
class
InputHTTP
:
Input
Namespace:
Gsf
Package:
libgsf-1
Content:
Properties:
public
string
content_type
{
construct
set
;
get
; }
public
string
url
{
construct
set
;
get
; }
Creation methods:
public
InputHTTP
(
string
url)
throws
Error
Methods:
public
unowned
string
get_content_type
()
public
unowned
string
get_url
()