MethodInvocation MethodsDocuWare Platform .NET API

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