SoapRpcServiceAttribute.Use Propriedade

Definição

Obtém ou define a associação usada ao invocar os métodos do serviço Web.Gets or sets the binding used when invoking the Web service's methods.

public:
 property System::Web::Services::Description::SoapBindingUse Use { System::Web::Services::Description::SoapBindingUse get(); void set(System::Web::Services::Description::SoapBindingUse value); };
[System.Runtime.InteropServices.ComVisible(false)]
public System.Web.Services.Description.SoapBindingUse Use { get; set; }
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.Use : System.Web.Services.Description.SoapBindingUse with get, set
Public Property Use As SoapBindingUse

Valor da propriedade

SoapBindingUse

Um membro da SoapBindingUse enumeração que especifica a associação usada ao invocar os métodos do serviço Web.A member of the SoapBindingUse enumeration specifying the binding used when invoking the Web service's methods.

Atributos

Comentários

O valor padrão dessa propriedade é Default.The default value of this property is Default.

Aplica-se a