You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// By default all status codes are allowed, to change this behaviour, see <inheritdoc cref="WireMockServerSettings.AllowOnlyDefinedHttpStatusCodeInResponse"/>.
107
+
/// </summary>
108
+
/// <param name="code">The code.</param>
109
+
voidThenRespondWithStatusCode(intcode);
110
+
111
+
/// <summary>
112
+
/// RespondWith a status code.
113
+
/// By default all status codes are allowed, to change this behaviour, see <inheritdoc cref="WireMockServerSettings.AllowOnlyDefinedHttpStatusCodeInResponse"/>.
114
+
/// </summary>
115
+
/// <param name="code">The code.</param>
116
+
voidThenRespondWithStatusCode(stringcode);
117
+
118
+
/// <summary>
119
+
/// RespondWith a status code.
120
+
/// By default all status codes are allowed, to change this behaviour, see <inheritdoc cref="WireMockServerSettings.AllowOnlyDefinedHttpStatusCodeInResponse"/>.
0 commit comments