ISyndicationClient 인터페이스

정의

URI에서 피드를 비동기적으로 검색하는 데 필요한 데이터와 메서드를 캡슐화합니다. 인증을 지원합니다.

public interface class ISyndicationClient
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2652416439, 29257, 19269, 178, 41, 125, 248, 149, 165, 161, 245)]
struct ISyndicationClient
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2652416439, 29257, 19269, 178, 41, 125, 248, 149, 165, 161, 245)]
public interface ISyndicationClient
Public Interface ISyndicationClient
파생
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

속성

BypassCacheOnRetrieve

피드를 검색할 때 캐시를 무시할지 여부를 나타내는 부울을 가져오거나 설정합니다.

MaxResponseBufferSize

서버에서 응답을 받을 때 버퍼링할 최대 바이트 수를 가져오거나 설정합니다.

ProxyCredential

프록시를 사용하여 요청할 때 사용할 자격 증명을 가져오거나 설정합니다.

ServerCredential

서버에 요청할 때 사용할 자격 증명을 가져오거나 설정합니다.

Timeout

비동기 작업이 완료되기를 기다리는 최대 시간(밀리초)을 가져오거나 설정합니다. 이 시간 내에 작업이 완료되지 않으면 시간이 초과되었음을 나타내는 상태 코드로 실패합니다.

메서드

RetrieveFeedAsync(Uri)

지정된 URI에서 배포 피드를 다운로드하는 비동기 작업을 시작합니다. 이 메서드는 SyndicationFormat 에 지정된 형식 중 하나일 수 있는 피드 문자열에서 SyndicationFeed 개체를 인스턴스화합니다.

SetRequestHeader(String, String)

요청에 대한 HTTP 헤더를 설정합니다. 이 메서드를 여러 번 호출하여 여러 헤더를 설정할 수 있습니다. 동일한 헤더를 여러 번 설정하면 값이 연결되고 ""로 구분됩니다.

적용 대상

추가 정보