HttpConnectionOptions.Url Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l’URL utilisée pour envoyer des requêtes HTTP.
public:
property Uri ^ Url { Uri ^ get(); void set(Uri ^ value); };
public Uri Url { get; set; }
public Uri? Url { get; set; }
member this.Url : Uri with get, set
Public Property Url As Uri