Gets or sets a value indicating whether SOAP request and response messages are buffered or streamed.
| WSTransferMode value | Meaning |
|---|---|
| Buffered | The request and response messages are both buffered |
| Streamed | The request and response messages are both streamed |
| StreamedRequest | The request message is streamed and the response message is buffered |
| StreamedResponse | The request message is buffered and the response message is streamed |