File tree 1 file changed +2
-2
lines changed
src/Atc.Rest.Client/Builder
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ public interface IHttpMessageFactory
17
17
/// </summary>
18
18
/// <exception cref="ArgumentNullException">Thrown when <paramref name="pathTemplate"/> is null.</exception>
19
19
/// <param name="pathTemplate">The relative URI to request. Can contain tokens,
20
- /// that will be replaced with real values pass to the <see cref="IMessageRequestBuilder.WithPathParameter(string, string )"/>
20
+ /// that will be replaced with real values passed to the <see cref="IMessageRequestBuilder.WithPathParameter(string, object? )"/>
21
21
/// method.</param>
22
22
/// <returns>A new <see cref="IMessageRequestBuilder"/>.</returns>
23
23
IMessageRequestBuilder FromTemplate ( string pathTemplate ) ;
24
24
25
25
IMessageResponseBuilder FromResponse ( HttpResponseMessage ? response ) ;
26
26
}
27
- }
27
+ }
You can’t perform that action at this time.
0 commit comments