Click or drag to resize

RemoteServerInfoV2 Constructor

Initializes a new instance of the RemoteServerInfoV2 class

Namespace:  com.gigatms
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public RemoteServerInfoV2(
	bool bIsEndabled,
	NetworkSettingsBaseProtocolConstants iProtocol,
	string szRemoteHost,
	int iRemotePort,
	int iConnectionTimeout
)

Parameters

bIsEndabled
Type: SystemBoolean

[Missing <param name="bIsEndabled"/> documentation for "M:com.gigatms.RemoteServerInfoV2.#ctor(System.Boolean,com.gigatms.NetworkSettingsBase.ProtocolConstants,System.String,System.Int32,System.Int32)"]

iProtocol
Type: com.gigatmsNetworkSettingsBaseProtocolConstants

[Missing <param name="iProtocol"/> documentation for "M:com.gigatms.RemoteServerInfoV2.#ctor(System.Boolean,com.gigatms.NetworkSettingsBase.ProtocolConstants,System.String,System.Int32,System.Int32)"]

szRemoteHost
Type: SystemString

[Missing <param name="szRemoteHost"/> documentation for "M:com.gigatms.RemoteServerInfoV2.#ctor(System.Boolean,com.gigatms.NetworkSettingsBase.ProtocolConstants,System.String,System.Int32,System.Int32)"]

iRemotePort
Type: SystemInt32

[Missing <param name="iRemotePort"/> documentation for "M:com.gigatms.RemoteServerInfoV2.#ctor(System.Boolean,com.gigatms.NetworkSettingsBase.ProtocolConstants,System.String,System.Int32,System.Int32)"]

iConnectionTimeout
Type: SystemInt32

[Missing <param name="iConnectionTimeout"/> documentation for "M:com.gigatms.RemoteServerInfoV2.#ctor(System.Boolean,com.gigatms.NetworkSettingsBase.ProtocolConstants,System.String,System.Int32,System.Int32)"]

See Also