Squirrel/Server/Functions/Sockets/Connect

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(New page: __NOTOC__ This function connects the socket to the given server as a client. == Syntax == <code>bool Socket.Connect( string IP, int port )</code> == Arguments == * '''IP''' - This is t...)

Revision as of 08:51, 14 December 2009

This function connects the socket to the given server as a client.

Syntax

  1. bool Socket.Connect( string IP, int port )

Arguments

  • IP - This is the IP address of the remote host
  • port - This is the port of the remote host

Example

This function needs an example. You can help us complete the wiki by writing one, or maybe even more :o
  1.  
  2. -- todo
  3.  

Notes

-- Example notes/used functions here

Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox