Condividi tramite


MimeContentBinding.Type Proprietà

Definizione

Ottiene o imposta un valore che indica il formato del corpo della trasmissione HTTP.

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

Valore della proprietà

String

Stringa che indica il formato del corpo della trasmissione HTTP. Il valore predefinito è una stringa vuota ("").

Esempio

MimeContentBinding_Part_4#1

Commenti

La specifica WSDL (Web Services Description Language) definisce le associazioni per diversi tipi MIME, tra cui text/xml, multipart/related e application/x-www-form-urlencoded, anche se è possibile usare qualsiasi tipo MIME. Il carattere jolly (*) può essere usato anche. Ad esempio, la stringa "text/*" rappresenta tutti i tipi di testo. Se il valore di questa proprietà non è impostato, specifica MimeContentBinding tutti i tipi MIME.

Per altre informazioni su WSDL, vedere la specifica WSDL.

Si applica a