diff --git a/xml/System.Net.Http/ByteArrayContent.xml b/xml/System.Net.Http/ByteArrayContent.xml index e3d8fde863d..926b71c2f60 100644 --- a/xml/System.Net.Http/ByteArrayContent.xml +++ b/xml/System.Net.Http/ByteArrayContent.xml @@ -79,7 +79,14 @@ The content used to initialize the . Initializes a new instance of the class. - To be added. + + class does not internally copy the provided byte array but keeps a reference to it instead. Callers should not modify the data in the array until the content is sent. + + ]]> + The parameter is . @@ -122,7 +129,9 @@ class does not internally copy the provided byte array but keeps a reference to it instead. Callers should not modify the data in the array until the content is sent. + + Only the range specified by the `offset` parameter and the `count` parameter is used as content. ]]>