In The Hand - .NET Components for Mobility
UseBinary Property
NamespacesInTheHand.NetFtpWebRequestUseBinary
Gets or sets a Boolean value that specifies the data type for file transfers.
Declaration Syntax
C#Visual Basic
public bool UseBinary { get; set; }
Public Property UseBinary As Boolean
Value
true to indicate to the server that the data to be transferred is binary; false to indicate that the data is text. 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