MethodInvocation MethodsDocuWare Platform .NET API
The MethodInvocation type exposes the following members.
Methods

  NameDescription
Public methodStatic memberCreateDeserializedResponse TResponse (Task HttpResponseMessage )
Creates the deserialized response.
Public methodStatic memberCreateDeserializedResponse TResponse (Task HttpResponseMessage , HttpClient)
Creates the deserialized response.
Public methodStatic memberCreateMessageBody TRequest 
Creates the message body.
Public methodStatic memberDelete TResponse (IRelationsWithProxy, String,  String )
Sends a HTTP DELETE message to the specified HTTP client.
Public methodStatic memberDelete TResponse (IRelations, HttpClient, String,  String )
Sends a HTTP DELETE message to the specified HTTP client.
Public methodStatic memberGet TResponse (IRelationsWithProxy, String,  String )
Sends a HTTP GET message to the specified HTTP client.
Public methodStatic memberGet TResponse (IRelations, HttpClient, String,  String )
Sends a HTTP GET message to the specified HTTP client.
Public methodStatic memberSend TResponse (HttpClient, String, HttpMethod,  String )
Sends a message to the specified HTTP client.
Public methodStatic memberSend TResponse (IRelationsWithProxy, HttpMethod, String,  String )
Sends a message to the specified proxy.
Public methodStatic memberSend TResponse (IRelations, HttpMethod, HttpClient, String,  String )
Sends a message to the specified HTTP client.
Public methodStatic memberSend TResponse, TRequest (HttpClient, String, HttpMethod, String, TRequest, String)
Sends a message to the specified HTTP client.
Public methodStatic memberSend TResponse, TRequest (IRelationsWithProxy, String, HttpMethod, String, TRequest, String)
Sends a message to the specified HTTP client.
Public methodStatic memberSend TResponse, TRequest (IRelations, HttpClient, String, HttpMethod, String, TRequest, String)
Sends a message to the specified HTTP client.
Back to Top
See Also