FileWebRequest.ContentType Właściwość

Definicja

Pobiera lub ustawia typ zawartości wysyłanych danych. Ta właściwość jest zarezerwowana do użytku w przyszłości.

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

Wartość właściwości

Typ zawartości wysyłanych danych.

Uwagi

Właściwość ContentType zawiera typ nośnika wysyłanych danych. Zazwyczaj jest to kodowanie MIME zawartości. Właściwość ContentType nie jest obecnie używana przez klasę FileWebRequest .

Dotyczy