다음을 통해 공유


IDataServiceStreamProvider.GetStreamContentType 메서드

정의

지정된 엔터티에 속한 미디어 리소스의 콘텐츠 형식을 반환합니다.

public:
 System::String ^ GetStreamContentType(System::Object ^ entity, System::Data::Services::DataServiceOperationContext ^ operationContext);
public string GetStreamContentType (object entity, System.Data.Services.DataServiceOperationContext operationContext);
abstract member GetStreamContentType : obj * System.Data.Services.DataServiceOperationContext -> string
Public Function GetStreamContentType (entity As Object, operationContext As DataServiceOperationContext) As String

매개 변수

entity
Object

관련 미디어 리소스가 있는 미디어 링크 항목인 엔터티입니다.

operationContext
DataServiceOperationContext

데이터 서비스에서 요청을 처리하는 데 사용되는 DataServiceOperationContext 인스턴스입니다.

반환

이진 데이터의 유효한 Content-Type입니다.

설명

GetStreamContentType 메서드는 데이터 서비스 런타임에서 지정된 entity에 속한 미디어 리소스의 콘텐츠 형식을 검색하기 위해 호출됩니다. GetStreamContentType 메서드 구현을 사용하여 미디어 리소스의 콘텐츠 형식을 설정할 수 있습니다. IDataServiceStreamProvider 공급자 구현에서 직접 콘텐츠 형식 헤더를 설정하지 마십시오.

적용 대상