FileWebRequest.ContentType 속성

정의

보내고 있는 데이터의 콘텐츠 형식을 가져오거나 설정합니다. 이 속성은 나중에 사용할 수 있도록 예약됩니다.

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

속성 값

String

보내고 있는 데이터의 콘텐츠 형식입니다.

설명

이 속성에는 ContentType 전송되는 데이터의 미디어 형식이 포함됩니다. 일반적으로 콘텐츠의 MIME 인코딩입니다. 이 ContentType 속성은 현재 클래스에서 FileWebRequest 사용되지 않습니다.

적용 대상