FtpWebRequest.ContentType Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Genera sempre un'eccezione NotSupportedException.
public:
virtual property System::String ^ ContentType { System::String ^ get(); void set(System::String ^ value); };
public override string? ContentType { get; set; }
public override string ContentType { get; set; }
member this.ContentType : string with get, set
Public Overrides Property ContentType As String
Valore della proprietà
Genera sempre un'eccezione NotSupportedException.
Eccezioni
Le informazioni sul tipo di contenuto non sono supportate da FTP.
Commenti
La ContentType proprietà viene fornita solo per la compatibilità con altre implementazioni delle WebRequest classi e WebResponse . Non c'è motivo di usare ContentType.