VeriStand .NET API Reference

FTPBase.ProxyPort Property

Gets or sets the port the FTP proxy uses.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property ProxyPort As Integer
C#
public int ProxyPort { get; set; }
Visual C++
public:
property int ProxyPort {
	int get ();
	void set (int value);
}

Property Value

The port the FTP proxy uses. If EnableProxy is false (False in Visual Basic), this value is ignored.

See Also

Log in to get a better experience