true to send data in segments; otherwise, false. The default value is false.
Type Reason InvalidOperationException A set operation was requested but data has already been written to the request data stream.
When HttpWebRequest.SendChunked is true, the request sends data to the Internet resource in segments. The Internet resource must support receiving chunked data.
Changing the HttpWebRequest.SendChunked property after the request has been started by calling the HttpWebRequest.GetRequestStream, HttpWebRequest.BeginGetRequestStream(AsyncCallback, object), HttpWebRequest.GetResponse, or HttpWebRequest.BeginGetResponse(AsyncCallback, object) method throws an InvalidOperationException.