MethodInvocation Send Method DocuWare Platform .NET API
Overload List

  NameDescription
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