Click or drag to resize
Document Class
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientDocument

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.9
Syntax
C#
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
public class Document : IChunkable, IRelationsWithProxy, 
	IRelations, IHttpClientProxy

The Document type exposes the following members.

Constructors
  NameDescription
Public methodDocument
Creates a new instance of this class
Top
Properties
  NameDescription
Public propertyAnnotationRelationLink
Gets the Uri of the link for the relation “annotation”.
Public propertyApplicationProperties
Define application specific properties. Different applications store specific application here
Public propertyAppPropertiesRelationLink
Gets the Uri of the link for the relation “appProperties”.
Public propertyCheckInFromFileSystemRelationLink
Gets the Uri of the link for the relation “checkInFromFileSystem”.
Public propertyCheckoutDocumentRelationLink
Gets the Uri of the link for the relation “checkoutDocument”.
Public propertyCheckoutToFileSystemRelationLink
Gets the Uri of the link for the relation “checkoutToFileSystem”.
Public propertyChecksumStatusRelationLink
Gets the Uri of the link for the relation “checksumStatus”.
Public propertyClippedDocumentsRelationLink
Gets the Uri of the link for the relation “clippedDocuments”.
Public propertyContentDivideOperationRelationLink
Gets the Uri of the link for the relation “contentDivideOperation”.
Public propertyContentRelationLink
Gets the Uri of the link for the relation “content”.
Public propertyContentType
The internet media type of the document. If there is no section this value is missing.
Public propertyCreatedAt
Contains creation date of the document
Public propertyCreatedAtSpecified
Public propertyDeepZoomImageRelationLink
Gets the Uri of the link for the relation “deepZoomImage”.
Public propertyDeepZoomImageWithAnnotationRelationLink
Gets the Uri of the link for the relation “deepZoomImageWithAnnotation”.
Public propertyDocumentLinksRelationLink
Gets the Uri of the link for the relation “documentLinks”.
Public propertyDownloadAsArchiveRelationLink
Gets the Uri of the link for the relation “downloadAsArchive”.
Public propertyFields
Fields of a document
Public propertyFieldsRelationLink
Gets the Uri of the link for the relation “fields”.
Public propertyFileChunk
Contains data for a file chunk during a big file upload. This data is created on the server of every chunk request.
Public propertyFileDownloadRelationLink
Gets the Uri of the link for the relation “fileDownload”.
Public propertyFileSize
The sum of the size of all section files and document header.
Public propertyFlags
Flags of a document
Public propertyHasTextAnnotation
Contains true if document has a text annotation (the first section of the document has text annotation)
Public propertyHasXmlDigitalSignatures
Contains true if document contains at least one XML Digital signature
Public propertyHaveMoreTotalPages
Contains true if all pages are known so PageCount contains exact number the pages in section. If the value is set to false there are more pagesm but at least the number set in PageCount
Public propertyId
Document identity
Public propertyIntellixRelationLink
Gets the Uri of the link for the relation “intellix”.
Public propertyIntellixTrust
Intellix status
Public propertyItem
Gets or sets the DocumentIndexField with the specified field name.
Public propertyLastModified
Contains last modification date of the document
Public propertyLastModifiedSpecified
Public propertyLatestVersionRelationLink
Gets the Uri of the link for the relation “latestVersion”.
Public propertyLinks
Public propertyLockRelationLink
Gets the Uri of the link for the relation “lock”.
Public propertyPositionsRelationLink
Gets the Uri of the link for the relation “positions”.
Public propertyPreview
Public propertyProcessDocumentActionRelationLink
Gets the Uri of the link for the relation “processDocumentAction”.
Public propertyResultListIconRelationLink
Gets the Uri of the link for the relation “resultListIcon”.
Public propertyRightsRelationLink
Gets the Uri of the link for the relation “rights”.
Public propertySectionCount
The number of sections of this document. This number is equal to the sequence length of the Sections element.
Public propertySections
Sections of the document. Contain no sections if document is DBRecord
Public propertySectionsRelationLink
Gets the Uri of the link for the relation “sections”.
Public propertySelfRelationLink
Gets the Uri of the link for the relation “self”.
Public propertySuggestions
Fields of a document
Public propertySuggestionsRelationLink
Gets the Uri of the link for the relation “suggestions”.
Public propertyTextAnnotationRelationLink
Gets the Uri of the link for the relation “textAnnotation”.
Public propertyTextShot
Obsolete. Use TextShots property. Content textshot (OCR) of the document
Public propertyThumbnailRelationLink
Gets the Uri of the link for the relation “thumbnail”.
Public propertyTitle
The title of the document, if it exists.
Public propertyTotalPages
The number of pages of this section, if known. If it is unknown, this value is -1.
Public propertyUnclipRelationLink
Gets the Uri of the link for the relation “unclip”.
Public propertyVersion
Version of a document
Public propertyVersionHistoryRelationLink
Gets the Uri of the link for the relation “versionHistory”.
Public propertyVersionStatus
Version management status of the document
Public propertyXmlDSigContentRelationLink
Gets the Uri of the link for the relation “xmlDSigContent”.
Top
Methods
  NameDescription
Public methodDeleteLockRelation
Calls the HTTP Delete method on the link for the relation “lock”.
Public methodDeleteLockRelationAsync
Calls the HTTP Delete method on the link for the relation “lock” asynchronously.
Public methodDeleteLockRelationAsync(CancellationToken)
Calls the HTTP Delete method on the link for the relation “lock” asynchronously.
Public methodDeleteSelfRelation
Calls the HTTP Delete method on the link for the relation “self”.
Public methodDeleteSelfRelationAsync
Calls the HTTP Delete method on the link for the relation “self” asynchronously.
Public methodDeleteSelfRelationAsync(CancellationToken)
Calls the HTTP Delete method on the link for the relation “self” asynchronously.
Public methodGetDocumentAnnotationsFromAnnotationRelation
Calls the HTTP Get method on the link for the relation “annotation”.
Public methodGetDocumentAnnotationsFromAnnotationRelationAsync
Calls the HTTP Get method on the link for the relation “annotation” asynchronously.
Public methodGetDocumentAnnotationsFromAnnotationRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “annotation” asynchronously.
Public methodGetDocumentApplicationPropertiesFromAppPropertiesRelation
Calls the HTTP Get method on the link for the relation “appProperties”.
Public methodGetDocumentApplicationPropertiesFromAppPropertiesRelationAsync
Calls the HTTP Get method on the link for the relation “appProperties” asynchronously.
Public methodGetDocumentApplicationPropertiesFromAppPropertiesRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “appProperties” asynchronously.
Public methodGetDocumentFromLatestVersionRelation
Calls the HTTP Get method on the link for the relation “latestVersion”.
Public methodGetDocumentFromLatestVersionRelationAsync
Calls the HTTP Get method on the link for the relation “latestVersion” asynchronously.
Public methodGetDocumentFromLatestVersionRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “latestVersion” asynchronously.
Public methodGetDocumentFromSelfRelation
Calls the HTTP Get method on the link for the relation “self”.
Public methodGetDocumentFromSelfRelationAsync
Calls the HTTP Get method on the link for the relation “self” asynchronously.
Public methodGetDocumentFromSelfRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “self” asynchronously.
Public methodGetDocumentIndexFieldsFromFieldsRelation
Calls the HTTP Get method on the link for the relation “fields”.
Public methodGetDocumentIndexFieldsFromFieldsRelationAsync
Calls the HTTP Get method on the link for the relation “fields” asynchronously.
Public methodGetDocumentIndexFieldsFromFieldsRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “fields” asynchronously.
Public methodGetDocumentLinksFromDocumentLinksRelation
Calls the HTTP Get method on the link for the relation “documentLinks”.
Public methodGetDocumentLinksFromDocumentLinksRelationAsync
Calls the HTTP Get method on the link for the relation “documentLinks” asynchronously.
Public methodGetDocumentLinksFromDocumentLinksRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “documentLinks” asynchronously.
Public methodGetDocumentsQueryResultFromVersionHistoryRelation
Calls the HTTP Get method on the link for the relation “versionHistory”.
Public methodGetDocumentsQueryResultFromVersionHistoryRelationAsync
Calls the HTTP Get method on the link for the relation “versionHistory” asynchronously.
Public methodGetDocumentsQueryResultFromVersionHistoryRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “versionHistory” asynchronously.
Public methodGetDocumentWordSearchResultFromPositionsRelation
Calls the HTTP Get method on the link for the relation “positions”.
Public methodGetDocumentWordSearchResultFromPositionsRelationAsync
Calls the HTTP Get method on the link for the relation “positions” asynchronously.
Public methodGetDocumentWordSearchResultFromPositionsRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “positions” asynchronously.
Public methodGetSectionsFromSectionsRelation
Calls the HTTP Get method on the link for the relation “sections”.
Public methodGetSectionsFromSectionsRelationAsync
Calls the HTTP Get method on the link for the relation “sections” asynchronously.
Public methodGetSectionsFromSectionsRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “sections” asynchronously.
Public methodGetStreamFromChecksumStatusRelation
Calls the HTTP Get method on the link for the relation “checksumStatus”.
Public methodGetStreamFromChecksumStatusRelationAsync
Calls the HTTP Get method on the link for the relation “checksumStatus” asynchronously.
Public methodGetStreamFromChecksumStatusRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “checksumStatus” asynchronously.
Public methodGetStreamFromContentRelation
Calls the HTTP Get method on the link for the relation “content”.
Public methodGetStreamFromContentRelationAsync
Calls the HTTP Get method on the link for the relation “content” asynchronously.
Public methodGetStreamFromContentRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “content” asynchronously.
Public methodGetStreamFromDeepZoomImageRelation
Calls the HTTP Get method on the link for the relation “deepZoomImage”.
Public methodGetStreamFromDeepZoomImageRelationAsync
Calls the HTTP Get method on the link for the relation “deepZoomImage” asynchronously.
Public methodGetStreamFromDeepZoomImageRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “deepZoomImage” asynchronously.
Public methodGetStreamFromDeepZoomImageWithAnnotationRelation
Calls the HTTP Get method on the link for the relation “deepZoomImageWithAnnotation”.
Public methodGetStreamFromDeepZoomImageWithAnnotationRelationAsync
Calls the HTTP Get method on the link for the relation “deepZoomImageWithAnnotation” asynchronously.
Public methodGetStreamFromDeepZoomImageWithAnnotationRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “deepZoomImageWithAnnotation” asynchronously.
Public methodGetStreamFromFileDownloadRelation
Calls the HTTP Get method on the link for the relation “fileDownload”.
Public methodGetStreamFromFileDownloadRelationAsync
Calls the HTTP Get method on the link for the relation “fileDownload” asynchronously.
Public methodGetStreamFromFileDownloadRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “fileDownload” asynchronously.
Public methodGetStreamFromResultListIconRelation
Calls the HTTP Get method on the link for the relation “resultListIcon”.
Public methodGetStreamFromResultListIconRelationAsync
Calls the HTTP Get method on the link for the relation “resultListIcon” asynchronously.
Public methodGetStreamFromResultListIconRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “resultListIcon” asynchronously.
Public methodGetStreamFromTextAnnotationRelation
Calls the HTTP Get method on the link for the relation “textAnnotation”.
Public methodGetStreamFromTextAnnotationRelationAsync
Calls the HTTP Get method on the link for the relation “textAnnotation” asynchronously.
Public methodGetStreamFromTextAnnotationRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “textAnnotation” asynchronously.
Public methodGetStreamFromThumbnailRelation
Calls the HTTP Get method on the link for the relation “thumbnail”.
Public methodGetStreamFromThumbnailRelationAsync
Calls the HTTP Get method on the link for the relation “thumbnail” asynchronously.
Public methodGetStreamFromThumbnailRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “thumbnail” asynchronously.
Public methodGetStreamFromXmlDSigContentRelation
Calls the HTTP Get method on the link for the relation “xmlDSigContent”.
Public methodGetStreamFromXmlDSigContentRelationAsync
Calls the HTTP Get method on the link for the relation “xmlDSigContent” asynchronously.
Public methodGetStreamFromXmlDSigContentRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “xmlDSigContent” asynchronously.
Public methodGetStringContent
Public methodGetSuggestionFieldsFromSuggestionsRelation
Calls the HTTP Get method on the link for the relation “suggestions”.
Public methodGetSuggestionFieldsFromSuggestionsRelationAsync
Calls the HTTP Get method on the link for the relation “suggestions” asynchronously.
Public methodGetSuggestionFieldsFromSuggestionsRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “suggestions” asynchronously.
Public methodPostToAnnotationRelationForDocumentAnnotations
Calls the HTTP Post method on the link for the relation “annotation”.
Public methodPostToAnnotationRelationForDocumentAnnotationsAsync(DocumentAnnotationsPlacement)
Calls the HTTP Post method on the link for the relation “annotation” asynchronously.
Public methodPostToAnnotationRelationForDocumentAnnotationsAsync(CancellationToken, DocumentAnnotationsPlacement)
Calls the HTTP Post method on the link for the relation “annotation” asynchronously.
Public methodPostToAppPropertiesRelationForDocumentApplicationProperties
Calls the HTTP Post method on the link for the relation “appProperties”.
Public methodPostToAppPropertiesRelationForDocumentApplicationPropertiesAsync(DocumentApplicationProperties)
Calls the HTTP Post method on the link for the relation “appProperties” asynchronously.
Public methodPostToAppPropertiesRelationForDocumentApplicationPropertiesAsync(CancellationToken, DocumentApplicationProperties)
Calls the HTTP Post method on the link for the relation “appProperties” asynchronously.
Public methodPostToCheckInFromFileSystemRelationForDocument
Calls the HTTP Post method on the link for the relation “checkInFromFileSystem”.
Public methodPostToCheckInFromFileSystemRelationForDocumentAsync(Stream)
Calls the HTTP Post method on the link for the relation “checkInFromFileSystem” asynchronously.
Public methodPostToCheckInFromFileSystemRelationForDocumentAsync(CancellationToken, Stream)
Calls the HTTP Post method on the link for the relation “checkInFromFileSystem” asynchronously.
Public methodPostToCheckoutDocumentRelationForStream
Calls the HTTP Post method on the link for the relation “checkoutDocument”.
Public methodPostToCheckoutDocumentRelationForStreamAsync(CheckOutToFileSystemInfo)
Calls the HTTP Post method on the link for the relation “checkoutDocument” asynchronously.
Public methodPostToCheckoutDocumentRelationForStreamAsync(CancellationToken, CheckOutToFileSystemInfo)
Calls the HTTP Post method on the link for the relation “checkoutDocument” asynchronously.
Public methodPostToCheckoutToFileSystemRelationForStream
Calls the HTTP Post method on the link for the relation “checkoutToFileSystem”.
Public methodPostToCheckoutToFileSystemRelationForStreamAsync(CheckOutToFileSystemInfo)
Calls the HTTP Post method on the link for the relation “checkoutToFileSystem” asynchronously.
Public methodPostToCheckoutToFileSystemRelationForStreamAsync(CancellationToken, CheckOutToFileSystemInfo)
Calls the HTTP Post method on the link for the relation “checkoutToFileSystem” asynchronously.
Public methodPostToContentRelationForStream
Calls the HTTP Post method on the link for the relation “content”.
Public methodPostToContentRelationForStreamAsync(IntegerList)
Calls the HTTP Post method on the link for the relation “content” asynchronously.
Public methodPostToContentRelationForStreamAsync(CancellationToken, IntegerList)
Calls the HTTP Post method on the link for the relation “content” asynchronously.
Public methodPostToDownloadAsArchiveRelationForStream
Calls the HTTP Post method on the link for the relation “downloadAsArchive”.
Public methodPostToDownloadAsArchiveRelationForStreamAsync(ExportSettings)
Calls the HTTP Post method on the link for the relation “downloadAsArchive” asynchronously.
Public methodPostToDownloadAsArchiveRelationForStreamAsync(CancellationToken, ExportSettings)
Calls the HTTP Post method on the link for the relation “downloadAsArchive” asynchronously.
Public methodPostToFileDownloadRelationForStream
Calls the HTTP Post method on the link for the relation “fileDownload”.
Public methodPostToFileDownloadRelationForStreamAsync(FileDownload)
Calls the HTTP Post method on the link for the relation “fileDownload” asynchronously.
Public methodPostToFileDownloadRelationForStreamAsync(CancellationToken, FileDownload)
Calls the HTTP Post method on the link for the relation “fileDownload” asynchronously.
Public methodPostToLockRelationForString
Calls the HTTP Post method on the link for the relation “lock”.
Public methodPostToLockRelationForStringAsync(LockInfo)
Calls the HTTP Post method on the link for the relation “lock” asynchronously.
Public methodPostToLockRelationForStringAsync(CancellationToken, LockInfo)
Calls the HTTP Post method on the link for the relation “lock” asynchronously.
Public methodPostToPositionsRelationForDocumentWordSearchResult
Calls the HTTP Post method on the link for the relation “positions”.
Public methodPostToPositionsRelationForDocumentWordSearchResultAsync(SearchPositionQuery)
Calls the HTTP Post method on the link for the relation “positions” asynchronously.
Public methodPostToPositionsRelationForDocumentWordSearchResultAsync(CancellationToken, SearchPositionQuery)
Calls the HTTP Post method on the link for the relation “positions” asynchronously.
Public methodPostToRightsRelationForSection
Calls the HTTP Post method on the link for the relation “rights”.
Public methodPostToRightsRelationForSectionAsync(String, Stream)
Calls the HTTP Post method on the link for the relation “rights” asynchronously.
Public methodPostToRightsRelationForSectionAsync(CancellationToken, String, Stream)
Calls the HTTP Post method on the link for the relation “rights” asynchronously.
Public methodPostToSectionsRelationForSection
Calls the HTTP Post method on the link for the relation “sections”.
Public methodPostToSectionsRelationForSectionAsync(String, Stream)
Calls the HTTP Post method on the link for the relation “sections” asynchronously.
Public methodPostToSectionsRelationForSectionAsync(CancellationToken, String, Stream)
Calls the HTTP Post method on the link for the relation “sections” asynchronously.
Public methodPostToSelfRelationForDocument
Calls the HTTP Post method on the link for the relation “self”.
Public methodPostToSelfRelationForDocumentAsync(String, Stream)
Calls the HTTP Post method on the link for the relation “self” asynchronously.
Public methodPostToSelfRelationForDocumentAsync(CancellationToken, String, Stream)
Calls the HTTP Post method on the link for the relation “self” asynchronously.
Public methodPostToTextAnnotationRelationForStream
Calls the HTTP Post method on the link for the relation “textAnnotation”.
Public methodPostToTextAnnotationRelationForStreamAsync(Stream)
Calls the HTTP Post method on the link for the relation “textAnnotation” asynchronously.
Public methodPostToTextAnnotationRelationForStreamAsync(CancellationToken, Stream)
Calls the HTTP Post method on the link for the relation “textAnnotation” asynchronously.
Public methodPostToVersionHistoryRelationForDocumentsQueryResult
Calls the HTTP Post method on the link for the relation “versionHistory”.
Public methodPostToVersionHistoryRelationForDocumentsQueryResultAsync(ResultListQuery)
Calls the HTTP Post method on the link for the relation “versionHistory” asynchronously.
Public methodPostToVersionHistoryRelationForDocumentsQueryResultAsync(CancellationToken, ResultListQuery)
Calls the HTTP Post method on the link for the relation “versionHistory” asynchronously.
Public methodPutToClippedDocumentsRelationForDocument
Calls the HTTP Put method on the link for the relation “clippedDocuments”.
Public methodPutToClippedDocumentsRelationForDocumentAsync(IntegerList)
Calls the HTTP Put method on the link for the relation “clippedDocuments” asynchronously.
Public methodPutToClippedDocumentsRelationForDocumentAsync(CancellationToken, IntegerList)
Calls the HTTP Put method on the link for the relation “clippedDocuments” asynchronously.
Public methodPutToContentDivideOperationRelationForDocumentsQueryResult
Calls the HTTP Put method on the link for the relation “contentDivideOperation”.
Public methodPutToContentDivideOperationRelationForDocumentsQueryResultAsync(ContentDivideOperationInfo)
Calls the HTTP Put method on the link for the relation “contentDivideOperation” asynchronously.
Public methodPutToContentDivideOperationRelationForDocumentsQueryResultAsync(CancellationToken, ContentDivideOperationInfo)
Calls the HTTP Put method on the link for the relation “contentDivideOperation” asynchronously.
Public methodPutToFieldsRelationForDocumentIndexFields(DocumentIndexFields)
Calls the HTTP Put method on the link for the relation “fields”.
Public methodPutToFieldsRelationForDocumentIndexFields(UpdateIndexFieldsInfo)
Calls the HTTP Put method on the link for the relation “fields”.
Public methodPutToFieldsRelationForDocumentIndexFieldsAsync(DocumentIndexFields)
Calls the HTTP Put method on the link for the relation “fields” asynchronously.
Public methodPutToFieldsRelationForDocumentIndexFieldsAsync(UpdateIndexFieldsInfo)
Calls the HTTP Put method on the link for the relation “fields” asynchronously.
Public methodPutToFieldsRelationForDocumentIndexFieldsAsync(CancellationToken, DocumentIndexFields)
Calls the HTTP Put method on the link for the relation “fields” asynchronously.
Public methodPutToFieldsRelationForDocumentIndexFieldsAsync(CancellationToken, UpdateIndexFieldsInfo)
Calls the HTTP Put method on the link for the relation “fields” asynchronously.
Public methodPutToProcessDocumentActionRelationForDocument
Calls the HTTP Put method on the link for the relation “processDocumentAction”.
Public methodPutToProcessDocumentActionRelationForDocumentAsync(DocumentActionInfo)
Calls the HTTP Put method on the link for the relation “processDocumentAction” asynchronously.
Public methodPutToProcessDocumentActionRelationForDocumentAsync(CancellationToken, DocumentActionInfo)
Calls the HTTP Put method on the link for the relation “processDocumentAction” asynchronously.
Public methodSetProxy
Sets the HTTP communication proxy which is used in further HTTP communication.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodDeleteTResponse(String, String)Overloaded.
Sends a HTTP DELETE message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodDeleteTResponse(CancellationToken, String, String)Overloaded.
Sends a HTTP DELETE message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodDeleteTResponse(HttpClient, String, String)Overloaded.
Sends a HTTP DELETE message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodDeleteTResponse(HttpClient, CancellationToken, String, String)Overloaded.
Sends a HTTP DELETE message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodGetTResponse(String, String)Overloaded.
Sends a HTTP GET message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodGetTResponse(CancellationToken, String, String)Overloaded.
Sends a HTTP GET message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodGetTResponse(HttpClient, String, String)Overloaded.
Sends a HTTP GET message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodGetTResponse(HttpClient, CancellationToken, String, String)Overloaded.
Sends a HTTP GET message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodGetBaseUri
Gets the base URI of the specified relations instance.
(Defined by RelationsWithProxyExtensions.)
Public Extension MethodGetLink
Gets the link by its name.
(Defined by RelationExtension.)
Public Extension MethodGetRelationUri
Gets the URI of the relation specified by the name.
(Defined by RelationExtension.)
Public Extension MethodGetRelationUriOrThrow
Gets the URI of the relation specified by the name.
(Defined by RelationExtension.)
Public Extension MethodHasRelationUri
Determines whether the specified link exists.
(Defined by RelationExtension.)
Public Extension MethodSendTResponse(HttpMethod, String, String)Overloaded.
Sends a message to the specified proxy.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse(CancellationToken, HttpMethod, String, String)Overloaded.
Sends a message to the specified proxy.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse(String, HttpMethod, HttpContent, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse(HttpMethod, HttpClient, String, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse(CancellationToken, String, HttpMethod, HttpContent, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse(CancellationToken, HttpMethod, HttpClient, String, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse, TRequest(String, HttpMethod, String, TRequest, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse, TRequest(CancellationToken, String, HttpMethod, String, TRequest, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse, TRequest(HttpClient, String, HttpMethod, String, TRequest, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse, TRequest(HttpClient, CancellationToken, String, HttpMethod, String, TRequest, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Top
Explicit Interface Implementations
Remarks