add BASIC Auth (#22)

This commit is contained in:
Stef Heyenrath
2017-02-10 20:04:06 +01:00
parent ba86d81a17
commit bb35f55bbb
4 changed files with 58 additions and 18 deletions

View File

@@ -73,5 +73,13 @@ namespace WireMock
return result;
}
/// <summary>
/// Gets a value indicating whether this mapping is an Admin Interface.
/// </summary>
/// <value>
/// <c>true</c> if this mapping is an Admin Interface; otherwise, <c>false</c>.
/// </value>
public bool IsAdminInterface => Provider is DynamicResponseProvider;
}
}