C# Class Windows.Web.AtomPub.AtomPubClient

Inheritance: IAtomPubClient, ISyndicationClient
Afficher le fichier Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

AtomPubClient() public méthode

public AtomPubClient ( ) : System
Résultat System

AtomPubClient() public méthode

public AtomPubClient ( [ serverCredential ) : System
serverCredential [
Résultat System

CancelAsyncOperations() public méthode

public CancelAsyncOperations ( ) : void
Résultat void

CreateMediaResourceAsync() public méthode

public CreateMediaResourceAsync ( [ uri, [ mediaType, [ description, [ mediaStream ) : TransferProgress>.IAsyncOperationWithProgress
uri [
mediaType [
description [
mediaStream [
Résultat TransferProgress>.IAsyncOperationWithProgress

CreateResourceAsync() public méthode

public CreateResourceAsync ( [ uri, [ description, [ item ) : TransferProgress>.IAsyncOperationWithProgress
uri [
description [
item [
Résultat TransferProgress>.IAsyncOperationWithProgress

DeleteResourceAsync() public méthode

public DeleteResourceAsync ( [ uri ) : IAsyncActionWithProgress
uri [
Résultat IAsyncActionWithProgress

DeleteResourceItemAsync() public méthode

public DeleteResourceItemAsync ( [ item ) : IAsyncActionWithProgress
item [
Résultat IAsyncActionWithProgress

RetrieveFeedAsync() public méthode

public RetrieveFeedAsync ( [ uri ) : RetrievalProgress>.IAsyncOperationWithProgress
uri [
Résultat RetrievalProgress>.IAsyncOperationWithProgress

RetrieveMediaResourceAsync() public méthode

public RetrieveMediaResourceAsync ( [ uri ) : RetrievalProgress>.IAsyncOperationWithProgress
uri [
Résultat RetrievalProgress>.IAsyncOperationWithProgress

RetrieveResourceAsync() public méthode

public RetrieveResourceAsync ( [ uri ) : RetrievalProgress>.IAsyncOperationWithProgress
uri [
Résultat RetrievalProgress>.IAsyncOperationWithProgress

RetrieveServiceDocumentAsync() public méthode

public RetrieveServiceDocumentAsync ( [ uri ) : RetrievalProgress>.IAsyncOperationWithProgress
uri [
Résultat RetrievalProgress>.IAsyncOperationWithProgress

SetRequestHeader() public méthode

public SetRequestHeader ( [ name, [ value ) : void
name [
value [
Résultat void

UpdateMediaResourceAsync() public méthode

public UpdateMediaResourceAsync ( [ uri, [ mediaType, [ mediaStream ) : IAsyncActionWithProgress
uri [
mediaType [
mediaStream [
Résultat IAsyncActionWithProgress

UpdateResourceAsync() public méthode

public UpdateResourceAsync ( [ uri, [ item ) : IAsyncActionWithProgress
uri [
item [
Résultat IAsyncActionWithProgress

UpdateResourceItemAsync() public méthode

public UpdateResourceItemAsync ( [ item ) : IAsyncActionWithProgress
item [
Résultat IAsyncActionWithProgress