FtpWebRequest.ContentType Vlastnost

Definice

Vždy vyhodí 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

Hodnota vlastnosti

Vždy vyhodí NotSupportedException.

Výjimky

Protokol FTP nepodporuje informace o typu obsahu.

Poznámky

Vlastnost ContentType je k dispozici pouze pro kompatibilitu WebRequest s jinými implementacemi tříd a WebResponse . Není důvod používat ContentType.

Platí pro