FtpWebResponse.ContentType 속성

정의

모든 경우에 NotImplementedException을(를) throw합니다.

public:
 virtual property System::String ^ ContentType { System::String ^ get(); };
public override string ContentType { get; }
member this.ContentType : string
Public Overrides ReadOnly Property ContentType As String

속성 값

String

모든 경우에 NotImplementedException을(를) throw합니다.

예외

모든 경우

설명

이 속성은 다른 구현 WebRequestWebResponse 클래스와의 호환성을 위해서만 제공됩니다.

적용 대상