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
/// and can be used as the <see cref="ReadResourceRequestParams.Uri"/> passed to <see cref="ReadAsync"/>.
168
168
/// </summary>
169
169
/// <param name="uri">The URI being evaluated for this resource.</param>
170
-
/// <returns><see langword="true"/> if the <paramref name="uri"/> matches the <see cref="ProtocolResourceTemplate"/>; otherwise, <see langword="false"/>.</returns>
171
-
publicabstractboolCanReadUri(stringuri);
170
+
/// <returns>
171
+
/// <see langword="true"/> if the <paramref name="uri"/> matches the <see cref="ProtocolResourceTemplate"/>; otherwise, <see langword="false"/>.
172
+
/// </returns>
173
+
publicabstractboolIsMatch(stringuri);
172
174
173
175
/// <summary>
174
176
/// Gets the resource, rendering it with the provided request parameters and returning the resource result.
0 commit comments