Body.GetContentWriteStream method
The GetContentWriteStream overload gets a stream into which you can write new content for the body.
Overload list
Name | Description | |
---|---|---|
GetContentWriteStream() | The GetContentWriteStream method gets a stream into which you can write new content. | |
GetContentWriteStream(String) | The GetContentWriteStream method gets a stream into which you can write new content by using the specified character set. |
Top