FtpWebRequest.ContentType Propiedad

Definición

Siempre inicia una 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

Valor de propiedad

Siempre inicia una NotSupportedException.

Excepciones

La información de tipo de contenido no se admite para FTP.

Comentarios

La ContentType propiedad solo se proporciona por compatibilidad con otras implementaciones de las WebRequest clases y WebResponse . No hay ninguna razón para usar ContentType.

Se aplica a