C# Class Windows.Web.AtomPub.AtomPubClient

Inheritance: IAtomPubClient, ISyndicationClient
Mostrar archivo Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method 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 method

public AtomPubClient ( ) : System
return System

AtomPubClient() public method

public AtomPubClient ( [ serverCredential ) : System
serverCredential [
return System

CancelAsyncOperations() public method

public CancelAsyncOperations ( ) : void
return void

CreateMediaResourceAsync() public method

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

CreateResourceAsync() public method

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

DeleteResourceAsync() public method

public DeleteResourceAsync ( [ uri ) : IAsyncActionWithProgress
uri [
return IAsyncActionWithProgress

DeleteResourceItemAsync() public method

public DeleteResourceItemAsync ( [ item ) : IAsyncActionWithProgress
item [
return IAsyncActionWithProgress

RetrieveFeedAsync() public method

public RetrieveFeedAsync ( [ uri ) : RetrievalProgress>.IAsyncOperationWithProgress
uri [
return RetrievalProgress>.IAsyncOperationWithProgress

RetrieveMediaResourceAsync() public method

public RetrieveMediaResourceAsync ( [ uri ) : RetrievalProgress>.IAsyncOperationWithProgress
uri [
return RetrievalProgress>.IAsyncOperationWithProgress

RetrieveResourceAsync() public method

public RetrieveResourceAsync ( [ uri ) : RetrievalProgress>.IAsyncOperationWithProgress
uri [
return RetrievalProgress>.IAsyncOperationWithProgress

RetrieveServiceDocumentAsync() public method

public RetrieveServiceDocumentAsync ( [ uri ) : RetrievalProgress>.IAsyncOperationWithProgress
uri [
return RetrievalProgress>.IAsyncOperationWithProgress

SetRequestHeader() public method

public SetRequestHeader ( [ name, [ value ) : void
name [
value [
return void

UpdateMediaResourceAsync() public method

public UpdateMediaResourceAsync ( [ uri, [ mediaType, [ mediaStream ) : IAsyncActionWithProgress
uri [
mediaType [
mediaStream [
return IAsyncActionWithProgress

UpdateResourceAsync() public method

public UpdateResourceAsync ( [ uri, [ item ) : IAsyncActionWithProgress
uri [
item [
return IAsyncActionWithProgress

UpdateResourceItemAsync() public method

public UpdateResourceItemAsync ( [ item ) : IAsyncActionWithProgress
item [
return IAsyncActionWithProgress