Click or drag to resize
ClientPort Property
TCP port to connect to MOVEit Transfer server over.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public int Port { get; set; }

Property Value

Type: Int32
Remarks
Defaults to port 443 for secure connections and port 80 for insecure connections.
See Also