TransferEncoding Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets or sets the value of the Transfer-encoding HTTP header.
Namespace: System.Net
Assembly: System.Http (in System.Http.dll)
Syntax
'Declaration
Public Property TransferEncoding As String
public string TransferEncoding { get; set; }
public:
property String^ TransferEncoding {
String^ get ();
void set (String^ value);
}
member TransferEncoding : string with get, set
function get TransferEncoding () : String
function set TransferEncoding (value : String)
Property Value
Type: System. . :: . .String
The value of the Transfer-encoding HTTP header. The default value is nullNothingnullptrunita null reference (Nothing in Visual Basic).
Remarks
Before you can set the TransferEncoding property, you must first set the SendChunked property to true. Clearing TransferEncoding by setting it to null Nothing nullptr unit 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.