MethodInvocation ClassDocuWare Platform .NET API
Helpers for calling HTTP methods.
Inheritance Hierarchy

SystemObject
  DocuWare.Services.Http.ClientMethodInvocation

Namespace: DocuWare.Services.Http.Client
Assembly: DocuWare.RestClient (in DocuWare.RestClient.dll) Version: Version 6.6
Syntax

C#
public static class MethodInvocation

The MethodInvocation type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCreateDeserializedResponseTResponse(TaskHttpResponseMessage)
Creates the deserialized response.
Public methodStatic memberCreateDeserializedResponseTResponse(TaskHttpResponseMessage, HttpClient)
Creates the deserialized response.
Public methodStatic memberCreateMessageBodyTRequest
Creates the message body.
Public methodStatic memberDeleteTResponse(IRelationsWithProxy, String, String)
Sends a HTTP DELETE message to the specified HTTP client.
Public methodStatic memberDeleteTResponse(IRelations, HttpClient, String, String)
Sends a HTTP DELETE message to the specified HTTP client.
Public methodStatic memberGetTResponse(IRelationsWithProxy, String, String)
Sends a HTTP GET message to the specified HTTP client.
Public methodStatic memberGetTResponse(IRelations, HttpClient, String, String)
Sends a HTTP GET message to the specified HTTP client.
Public methodStatic memberSendTResponse(HttpClient, String, HttpMethod, String)
Sends a message to the specified HTTP client.
Public methodStatic memberSendTResponse(IRelationsWithProxy, HttpMethod, String, String)
Sends a message to the specified proxy.
Public methodStatic memberSendTResponse(HttpClient, String, HttpMethod, HttpContent, String)
Sends a message to the specified HTTP client.
Public methodStatic memberSendTResponse(IRelations, HttpMethod, HttpClient, String, String)
Sends a message to the specified HTTP client.
Public methodStatic memberSendTResponse(IRelationsWithProxy, String, HttpMethod, HttpContent, String)
Sends a message to the specified HTTP client.
Public methodStatic memberSendTResponse, TRequest(HttpClient, String, HttpMethod, String, TRequest, String)
Sends a message to the specified HTTP client.
Public methodStatic memberSendTResponse, TRequest(IRelationsWithProxy, String, HttpMethod, String, TRequest, String)
Sends a message to the specified HTTP client.
Public methodStatic memberSendTResponse, TRequest(IRelations, HttpClient, String, HttpMethod, String, TRequest, String)
Sends a message to the specified HTTP client.
Top
See Also

Reference