Share via


HttpRequestSequenceMock.Responses Property

Definition

Gets the sequence of responses to reply. The last one will be repeated.

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

Property Value

The sequence of responses to reply.

Applies to