FtpWebRequest.ContentType 속성

정의

항상 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

속성 값

항상 NotSupportedException을 버립니다.

예외

FTP에서 콘텐츠 형식 정보를 지원하지 않는 경우

설명

속성은 ContentTypeWebResponse 클래스의 WebRequest 다른 구현과의 호환성을 위해서만 제공됩니다. 를 사용할 ContentType이유가 없습니다.

적용 대상