共用方式為


TestScript.HttpRequestMocks 屬性

定義

取得 Microsoft.HttpRequest 的模擬資料。

public System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.HttpRequestMocks.HttpRequestMock> HttpRequestMocks { get; }
member this.HttpRequestMocks : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.HttpRequestMocks.HttpRequestMock>
Public ReadOnly Property HttpRequestMocks As List(Of HttpRequestMock)

屬性值

模擬的清單。 在第一次比對第一次使用順序中。

適用於