WebTestRequest.SendChunked 屬性

取得或設定值,指出使用者是否能夠使用區塊 (Chunked) 來傳送要求的內容。

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

'宣告
Public Property SendChunked As Boolean
    Get
    Set
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)

屬性值

型別:System.Boolean
如果要傳送區塊 (Chunked) 的要求,則為 true,否則為 false。預設值為 false。

備註

在處理大型要求時,這會很有用。

.NET Framework 安全性

請參閱

參考

WebTestRequest 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間