![]() | |
IGenericHttpClient Interface |
Namespace: WeroSoft.Communication.Http
public interface IGenericHttpClient : IDisposable
The IGenericHttpClient type exposes the following members.
Name | Description | |
---|---|---|
![]() | BaseUri |
Gets the base URI of the server.
|
![]() | EntityName |
Gets the entity involved in the access.
|
![]() | HeaderEntries |
Gets the headers collection to be used for sending next request to server.
|
![]() | QueryString |
Gets the query string.
|
![]() | QueryStringEntries |
Gets the query string collection to be used for sending a request to the server.
|
![]() | ServiceName |
Gets the service involved in the access.
|
Name | Description | |
---|---|---|
![]() | AddHeaderEntry |
Adds a key to the header.
|
![]() | DeleteAsync |
Deletes the given parameters to the defined URL.
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | GetAsync |
Executes a asynchronous GET call to the server.
|
![]() | GetAsync(String) |
Executes a asynchronous GET call to the server.
|
![]() | GetResultAsyncTResult |
Gets the result of the call.
|
![]() | GetResultByPathAsyncTResult |
Gets a partial result of the call.
|
![]() | HeadAsync |
Calls the HEAD method using the given parameters to the defined URL.
|
![]() | PatchAsync |
Patches the given parameters to the defined URL.
|
![]() | PostAsync |
Executes a asynchronous POST call to the server.
|
![]() | PutAsync |
Executes a asynchronous PUT call to the server.
|
![]() | UseService(String) |
Defines the service which shall be used.
|
![]() | UseService(String, String) |
Defines the service and the entity which shall be used.
|
![]() | UseService(String, String, String) |
Defines the service and the entity which shall be used.
|