Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
gnet-2.0
GNet
TcpSocket
connect
TcpSocket
TcpSocket.direct
get_io_channel
get_local_inetaddr
get_remote_inetaddr
TcpSocket
Object Hierarchy:
Description:
public
class
TcpSocket
Namespace:
GNet
Package:
gnet-2.0
Content:
Static methods:
public
static
TcpSocket
connect
(
string
hostname,
int
port)
Creation methods:
public
TcpSocket
(
InetAddr
addr)
public
TcpSocket.direct
(
InetAddr
addr)
Methods:
public
IOChannel
get_io_channel
()
public
InetAddr
get_remote_inetaddr
()
public
InetAddr
get_local_inetaddr
()