FtpDataConnection.ExpectsReply Property

Mentalis.org Proxy

Mentalis.org Proxy Documentation

FtpDataConnection.ExpectsReply Property

Gets or sets a boolean value that indicates whether the FtpDataConnection expects a reply from the remote FTP server or not.

[Visual Basic]Friend Property ExpectsReply As Boolean
[C#]
internal bool ExpectsReply {get; set;}

Property Value

A boolean value that indicates whether the FtpDataConnection expects a reply from the remote FTP server or not.

See Also

FtpDataConnection Class | FtpDataConnection Members | Org.Mentalis.Proxy.Ftp Namespace