PowerTCP FTP for .NET
Proxy Property



Defines the optional server proxy configuration.
Syntax
Public Property Proxy As Proxy
Dim instance As TcpSession
Dim value As Proxy
 
instance.Proxy = value
 
value = instance.Proxy
public Proxy Proxy {get; set;}
public:
property Proxy^ Proxy {
   Proxy^ get();
   void set (    Proxy^ value);
}
Remarks
Use this property to define the server proxy configuration.
See Also

Reference

TcpSession Class
TcpSession Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic