TCP port to connect to MOVEit Transfer server over.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public int Port { get; set; }
Public Property Port As Integer
Get
Set
public:
property int Port {
int get ();
void set (int value);
}
Property Value
Type:
Int32Remarks
Defaults to port 443 for secure connections and port 80 for insecure connections.
See Also