HttpWebRequest.TransferEncoding Property
Assembly: System (in system.dll)
/** @property */ public String get_TransferEncoding () /** @property */ public void set_TransferEncoding (String value)
public function get TransferEncoding () : String public function set TransferEncoding (value : String)
Property Value
The value of the Transfer-encoding HTTP header. The default value is a null reference (Nothing in Visual Basic).| Exception type | Condition |
|---|---|
| TransferEncoding is set when SendChunked is false. |
|
| TransferEncoding is set to the value "Chunked". |
Before you can set the TransferEncoding property, you must first set the SendChunked property to true. Clearing TransferEncoding by setting it to a null reference (Nothing in Visual Basic) has no effect on the value of SendChunked.
Values assigned to the TransferEncoding property replace any existing contents.
Note |
|---|
| The value for this property is stored in WebHeaderCollection. If WebHeaderCollection is set, the property value is lost. |
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Note