Ejemplo n.º 1
0
 /// <inheritdoc />
 public HttpsUniformResourceIdentifierBuilder WithPrefixlessPathSegments(IEnumerable <string> pathSegments)
 {
     _pathSegments.Set(pathSegments);
     return(this);
 }
Ejemplo n.º 2
0
 /// <inheritdoc />
 public RelativeReferenceBuilder WithPrefixlessPathSegments(IEnumerable <string> pathSegments)
 {
     _pathSegments.Set(pathSegments);
     return(this);
 }