Condividi tramite


HttpBinding.Verb Proprietà

Definizione

Ottiene o imposta un valore che indica se la richiesta HTTP verrà effettuata utilizzando il metodo "GET" o "POST".

public:
 property System::String ^ Verb { System::String ^ get(); void set(System::String ^ value); };
public string Verb { get; set; }
member this.Verb : string with get, set
Public Property Verb As String

Valore della proprietà

Stringa contenente uno dei due valori possibili, "GET" o "POST". Il valore predefinito è una stringa vuota ("").

Commenti

Nell'esempio seguente viene creato un nuovo HttpBinding oggetto e viene impostata la relativa Verb proprietà.

WebServices_HttpBinding#2

Si applica a