Click or drag to resize
GprsSocketConnect Method
Connects a GPRS socket to the specified URL and port. This operation requires that a GPRS connection has been open previous to call this otherwise an exception will throw.

Namespace: Eclo.NETMF.SIM800H
Assembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax
C#
public void Connect(
	string remoteURL,
	int port
)

Parameters

remoteURL
Type: SystemString
URL where to connect
port
Type: SystemInt32
Port number where to connect
See Also