HTTPSendTransferHttpVersion Property |
Allows you to specify the specific version
of HTTP to use for uploads.
The dot NET stuff currently does not allow
you to remove the continue-100 header
from 1.1 and 1.0 currently has a bug in it
where it adds the continue-100.
MS has sent a patch to remove the
continue-100 in HTTP 1.0.
Namespace: Kettic.AspNet.Controls.Editor.DialogControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic Version TransferHttpVersion { get; set; }
Public Property TransferHttpVersion As Version
Get
Set
public:
property Version^ TransferHttpVersion {
Version^ get ();
void set (Version^ value);
}
member TransferHttpVersion : Version with get, set
Property Value
Type:
Version
See Also