FTPBase.ProxyUserName Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets the username for the proxy server.
Namespace:
NationalInstruments.VeriStand.StimulusProfileDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Property ProxyUserName As String |
| C# |
|---|
public string ProxyUserName { get; set; } |
| Visual C++ |
|---|
public: property String^ ProxyUserName { String^ get (); void set (String^ value); } |
Property Value
The username for the proxy server.
Remarks
If ProxyUserName is an empty string or a null reference (Nothing in Visual Basic), the proxy server authenticates requests using the credentials of the currently logged in user.