SftpFileStream EndWrite Method SSH .NET Client Library Documentation
Ends an asynchronous write operation.

Namespace: Renci.SshNet.Sftp
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public override void EndWrite(
	IAsyncResult asyncResult
)

Parameters

asyncResult
Type: OnlineSystem IAsyncResult
A reference to the outstanding asynchronous I/O request.
Exceptions

See Also