 | TS100GetRemoteHost Method |
Get the remote server information
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.7.0.0 (2.7.0.0)
Syntaxpublic void GetRemoteHost(
ref string ip,
ref int port,
ref int connectionTimeout
)
Public Sub GetRemoteHost (
ByRef ip As String,
ByRef port As Integer,
ByRef connectionTimeout As Integer
)
Parameters
- ip
- Type: SystemString
Remote server address - port
- Type: SystemInt32
Remote server port - connectionTimeout
- Type: SystemInt32
Connection timeout (0 means always connecting)
See Also