Reference Library
Connect Method (server, port, bindip)
NamespacesAsgard5.NetSocketClientConnect(String, Int32, String)
Connects the new socket and binds it to the specified local ip.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void Connect(
	string server,
	int port,
	string bindip
)
Public Overridable Sub Connect ( _
	server As String, _
	port As Integer, _
	bindip As String _
)
public:
virtual void Connect(
	String^ server, 
	int port, 
	String^ bindip
)
Parameters
server (String)
IP or hostname of the remote server.
port (Int32)
Port of the remote server.
bindip (String)
Local IP to use

Assembly: Asgard5Library (Module: Asgard5Library)