In The Hand - .NET Components for Mobility
UsePassive Property
NamespacesInTheHand.NetFtpWebRequestUsePassive
Gets or sets the behavior of a client application's data transfer process.
Declaration Syntax
C#Visual Basic
public bool UsePassive { get; set; }
Public Property UsePassive As Boolean
Value
false if the client application's data transfer process listens for a connection on the data port; otherwise, true if the client should initiate a connection on the data port. The default value is true.
Exceptions
ExceptionCondition
InvalidOperationExceptionA new value was specified for this property for a request that is already in progress.

Assembly: InTheHand.Net (Module: InTheHand.Net) Version: 2.1.0.0