C# 클래스 Windows.Web.AtomPub.AtomPubClient

상속: IAtomPubClient, ISyndicationClient
파일 보기 프로젝트 열기: shiftkey/winrt-backport-hilarity 1 사용 예제들

공개 메소드들

메소드 설명
AtomPubClient ( ) : System
AtomPubClient ( [ serverCredential ) : System
CancelAsyncOperations ( ) : void
CreateMediaResourceAsync ( [ uri, [ mediaType, [ description, [ mediaStream ) : TransferProgress>.IAsyncOperationWithProgress
CreateResourceAsync ( [ uri, [ description, [ item ) : TransferProgress>.IAsyncOperationWithProgress
DeleteResourceAsync ( [ uri ) : IAsyncActionWithProgress
DeleteResourceItemAsync ( [ item ) : IAsyncActionWithProgress
RetrieveFeedAsync ( [ uri ) : RetrievalProgress>.IAsyncOperationWithProgress
RetrieveMediaResourceAsync ( [ uri ) : RetrievalProgress>.IAsyncOperationWithProgress
RetrieveResourceAsync ( [ uri ) : RetrievalProgress>.IAsyncOperationWithProgress
RetrieveServiceDocumentAsync ( [ uri ) : RetrievalProgress>.IAsyncOperationWithProgress
SetRequestHeader ( [ name, [ value ) : void
UpdateMediaResourceAsync ( [ uri, [ mediaType, [ mediaStream ) : IAsyncActionWithProgress
UpdateResourceAsync ( [ uri, [ item ) : IAsyncActionWithProgress
UpdateResourceItemAsync ( [ item ) : IAsyncActionWithProgress

메소드 상세

AtomPubClient() 공개 메소드

public AtomPubClient ( ) : System
리턴 System

AtomPubClient() 공개 메소드

public AtomPubClient ( [ serverCredential ) : System
serverCredential [
리턴 System

CancelAsyncOperations() 공개 메소드

public CancelAsyncOperations ( ) : void
리턴 void

CreateMediaResourceAsync() 공개 메소드

public CreateMediaResourceAsync ( [ uri, [ mediaType, [ description, [ mediaStream ) : TransferProgress>.IAsyncOperationWithProgress
uri [
mediaType [
description [
mediaStream [
리턴 TransferProgress>.IAsyncOperationWithProgress

CreateResourceAsync() 공개 메소드

public CreateResourceAsync ( [ uri, [ description, [ item ) : TransferProgress>.IAsyncOperationWithProgress
uri [
description [
item [
리턴 TransferProgress>.IAsyncOperationWithProgress

DeleteResourceAsync() 공개 메소드

public DeleteResourceAsync ( [ uri ) : IAsyncActionWithProgress
uri [
리턴 IAsyncActionWithProgress

DeleteResourceItemAsync() 공개 메소드

public DeleteResourceItemAsync ( [ item ) : IAsyncActionWithProgress
item [
리턴 IAsyncActionWithProgress

RetrieveFeedAsync() 공개 메소드

public RetrieveFeedAsync ( [ uri ) : RetrievalProgress>.IAsyncOperationWithProgress
uri [
리턴 RetrievalProgress>.IAsyncOperationWithProgress

RetrieveMediaResourceAsync() 공개 메소드

public RetrieveMediaResourceAsync ( [ uri ) : RetrievalProgress>.IAsyncOperationWithProgress
uri [
리턴 RetrievalProgress>.IAsyncOperationWithProgress

RetrieveResourceAsync() 공개 메소드

public RetrieveResourceAsync ( [ uri ) : RetrievalProgress>.IAsyncOperationWithProgress
uri [
리턴 RetrievalProgress>.IAsyncOperationWithProgress

RetrieveServiceDocumentAsync() 공개 메소드

public RetrieveServiceDocumentAsync ( [ uri ) : RetrievalProgress>.IAsyncOperationWithProgress
uri [
리턴 RetrievalProgress>.IAsyncOperationWithProgress

SetRequestHeader() 공개 메소드

public SetRequestHeader ( [ name, [ value ) : void
name [
value [
리턴 void

UpdateMediaResourceAsync() 공개 메소드

public UpdateMediaResourceAsync ( [ uri, [ mediaType, [ mediaStream ) : IAsyncActionWithProgress
uri [
mediaType [
mediaStream [
리턴 IAsyncActionWithProgress

UpdateResourceAsync() 공개 메소드

public UpdateResourceAsync ( [ uri, [ item ) : IAsyncActionWithProgress
uri [
item [
리턴 IAsyncActionWithProgress

UpdateResourceItemAsync() 공개 메소드

public UpdateResourceItemAsync ( [ item ) : IAsyncActionWithProgress
item [
리턴 IAsyncActionWithProgress