![Collapse image Collapse image](collapse_all.gif)
![Expand Image Expand Image](expand_all.gif)
![](collapse_all.gif)
![](expand_all.gif)
![](dropdown.gif)
![](dropdownHover.gif)
![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
Asynchronously sets the data type on the server
Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461
Syntax
C# |
---|
protected IAsyncResult BeginSetDataType( FtpDataType type, AsyncCallback callback, Object state ) |
Visual Basic |
---|
Protected Function BeginSetDataType ( type As FtpDataType, callback As AsyncCallback, state As Object ) As IAsyncResult |
Visual C++ |
---|
protected: IAsyncResult^ BeginSetDataType( FtpDataType type, AsyncCallback^ callback, Object^ state ) |
Parameters
- type
- Type: System.Net.FtpClient..::..FtpDataType
ASCII/Binary
- callback
- Type: System..::..AsyncCallback
Async callback
- state
- Type: System..::..Object
State object
Return Value
Type: IAsyncResultIAsyncResult