Holds the HTTP parameters to be used for the this operation.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public NameValueCollection HttpParameters { get; }
Visual Basic
Public ReadOnly Property HttpParameters As NameValueCollection
	Get
Visual C++
public:
property NameValueCollection^ HttpParameters {
	NameValueCollection^ get ();
}

See Also