Address.this

Creates a #SoupAddress from @name and @port. The #SoupAddress's IP address may not be available right away; the caller can call soup_address_resolve_async() or soup_address_resolve_sync() to force a DNS resolution.

Parameters

name string

a hostname or physical address

port uint

a port number

Return Value

a #SoupAddress

Throws

ConstructionException GTK+ fails to create the object.

Meta