vibe-d v0.8.1 (2017-08-29T22:03:39Z)
Home
Dub
Repo
connectTCP
index
vibe
core
net
Establishes a connection to the given host/port.
TCPConnection
connectTCP
(string host, ushort port, string bind_interface, ushort bind_port)
TCPConnection
connectTCP
(NetworkAddress addr, NetworkAddress bind_address)
@
safe
TCPConnection
connectTCP
(
NetworkAddress
addr
,
NetworkAddress
bind_address
=
anyAddress
)
Meta
Source
See Implementation
index
vibe
core
net
enums
TCPListenOptions
functions
anyAddress
connectTCP
listenTCP
listenTCP_s
listenUDP
resolveHost
interfaces
TCPConnection
TCPListener
UDPConnection
structs
NetworkAddress
Establishes a connection to the given host/port.