IDataServiceStreamProvider.GetReadStreamUri 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 엔터티가 속한 미디어 리소스를 요청하는 데 사용되는 URI를 반환합니다.
public:
Uri ^ GetReadStreamUri(System::Object ^ entity, System::Data::Services::DataServiceOperationContext ^ operationContext);
public Uri GetReadStreamUri (object entity, System.Data.Services.DataServiceOperationContext operationContext);
abstract member GetReadStreamUri : obj * System.Data.Services.DataServiceOperationContext -> Uri
Public Function GetReadStreamUri (entity As Object, operationContext As DataServiceOperationContext) As Uri
매개 변수
- entity
- Object
관련 미디어 리소스가 있는 미디어 링크 항목인 엔터티입니다.
- operationContext
- DataServiceOperationContext
데이터 서비스에서 요청을 처리하는 데 사용되는 DataServiceOperationContext 인스턴스입니다.
반환
이진 데이터 스트림을 요청하는 데 사용되는 Uri 값입니다.
설명
GetReadStreamUri 할 때 클라이언트가 사용 해야 하는 URI를 가져오기 위해 데이터 서비스 런타임에서 메서드는 검색 (즉, GET) 미디어 리소스에 대 한 요청입니다.
Uri 메서드 구현에서 반환되는 GetReadStreamUri 값은 미디어 리소스 위치를 참조하는 미디어 링크 항목의 미디어 편집 링크로 사용됩니다.
메서드 구현에서 null을 반환한 경우 데이터 서비스는 기본 Uri(일반적으로 /$value
가 추가된 엔터티의 URI)를 생성합니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET