Click or drag to resize

CMDriveRemoteHttp(String, Int32) Constructor

Initializes a new instance of the CMDriveRemoteHttp class.

Namespace: CompreDriveSDK.WCF.Http
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public CMDriveRemoteHttp(
	string host,
	int port
)

Parameters

host  String
The host name to use.
port  Int32
The port to use.
See Also