IDataServiceStreamProvider2.GetStreamContentType 메서드 (Object, ResourceProperty, DataServiceOperationContext)
지정된 명명된 스트림의 콘텐츠 형식을 반환합니다.
네임스페이스: System.Data.Services.Providers
어셈블리: Microsoft.Data.Services(Microsoft.Data.Services.dll)
구문
‘선언
Function GetStreamContentType ( _
entity As Object, _
streamProperty As ResourceProperty, _
operationContext As DataServiceOperationContext _
) As String
‘사용 방법
Dim instance As IDataServiceStreamProvider2
Dim entity As Object
Dim streamProperty As ResourceProperty
Dim operationContext As DataServiceOperationContext
Dim returnValue As String
returnValue = instance.GetStreamContentType(entity, _
streamProperty, operationContext)
string GetStreamContentType(
Object entity,
ResourceProperty streamProperty,
DataServiceOperationContext operationContext
)
String^ GetStreamContentType(
Object^ entity,
ResourceProperty^ streamProperty,
DataServiceOperationContext^ operationContext
)
abstract GetStreamContentType :
entity:Object *
streamProperty:ResourceProperty *
operationContext:DataServiceOperationContext -> string
function GetStreamContentType(
entity : Object,
streamProperty : ResourceProperty,
operationContext : DataServiceOperationContext
) : String
매개 변수
- entity
유형: System.Object
명명된 스트림이 속한 엔터티입니다.
- streamProperty
유형: System.Data.Services.Providers.ResourceProperty
명명된 스트림을 나타내는 ResourceProperty 개체입니다.
- operationContext
유형: System.Data.Services.DataServiceOperationContext
데이터 서비스에서 요청을 처리하는 데 사용되는 DataServiceOperationContext 인스턴스입니다.
반환 값
유형: System.String
이진 데이터의 유효한 MIME 콘텐츠 형식 값입니다.
주의
GetStreamContentType 메서드 구현을 사용하여 미디어 리소스의 콘텐츠 형식을 설정할 수 있습니다. IDataServiceStreamProvider2 공급자 구현에서 직접 콘텐츠 형식 헤더를 설정하지 마십시오.