HttpAddressBinding.Location Propriedade
Definição
Obtém ou define um valor que representa a URL do serviço Web XML.Gets or sets a value representing the URL of the XML Web service.
public:
property System::String ^ Location { System::String ^ get(); void set(System::String ^ value); };
public string Location { get; set; }
member this.Location : string with get, set
Public Property Location As String
Valor da propriedade
Uma cadeia de caracteres que especifica o URI para o Port .A string specifying the URI for the Port. O valor padrão é uma cadeia de caracteres vazia ("").The default value is an empty string ("").
Exemplos
WebServices_HttpBinding n º 4WebServices_HttpBinding#4