Partilhar via


Propriedade WebTestRequest.SendChunked

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
Public Property SendChunked As Boolean
public bool SendChunked { get; set; }
public:
property bool SendChunked {
    bool get ();
    void set (bool value);
}
member SendChunked : bool with get, set
function get SendChunked () : boolean 
function set SendChunked (value : boolean)

Valor de propriedade

Tipo: Boolean

Segurança do .NET Framework

Consulte também

Referência

WebTestRequest Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting