Example #1
0
 public Endpoint TryGetEndpoint(Uri uri)
 {
     return(Endpoints.TryRetrieve(uri, out var endpoint) ? endpoint : null);
 }