| 
            
              FtpClientActiveAddress Property
             | 
          
        
        
            Gets or sets the IP address to send with the PORT command.
            
        
        Namespace: GSF.Net.VirtualFtpClientAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic string ActiveAddress { get; set; }Public Property ActiveAddress As String
	Get
	Set
public:
property String^ ActiveAddress {
	String^ get ();
	void set (String^ value);
}member ActiveAddress : string with get, set
function get_ActiveAddress();
function set_ActiveAddress(value);
 View SourceProperty Value
String
See Also