FtpClient.SetDataType Method

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image
Sets the data type of information sent over the data stream

Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461

Syntax

C#
protected void SetDataType(
	FtpDataType type
)
Visual Basic
Protected Sub SetDataType ( 
	type As FtpDataType
)
Visual C++
protected:
void SetDataType(
	FtpDataType type
)

Parameters

type
Type: System.Net.FtpClient..::..FtpDataType
ASCII/Binary

See Also