다음을 통해 공유


IDataServiceHost.RequestContentType 속성

정의

콘텐츠 형식 헤더에 의해 지정된 전송 프로토콜을 가져옵니다.

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

속성 값

콘텐츠 형식을 나타내는 문자열 값입니다.

설명

현재 WCF Data Services 지원되는 프로토콜에는 JSON 및 AtomPub가 포함됩니다.

적용 대상