'Declaration Public Function BeginChangeDataChannelProtection( _ ByVal dataChannelProtection As DataChannelProtection, _ ByVal sslProtocol As SslProtocols, _ ByVal callback As AsyncCallback, _ ByVal state As Object _ ) As IAsyncResult
'Usage Dim instance As AsyncFtpClient Dim dataChannelProtection As DataChannelProtection Dim sslProtocol As SslProtocols Dim callback As AsyncCallback Dim state As Object Dim value As IAsyncResult value = instance.BeginChangeDataChannelProtection(dataChannelProtection, sslProtocol, callback, state)
public IAsyncResult BeginChangeDataChannelProtection( DataChannelProtection dataChannelProtection, SslProtocols sslProtocol, AsyncCallback callback, object state )
Parameters
- dataChannelProtection
- The DataChannelProtection to use.
- sslProtocol
- The SslProtocols to use.
- callback
- Callback method to be called when the asynchronous operation is completed.
- state
- An object containing state information for this operation.