![]() | |
GenericHttpClient Class |
Namespace: WeroSoft.Communication.Http
public sealed class GenericHttpClient : BasicHttpClient, IGenericHttpClient, IDisposable
The GenericHttpClient type exposes the following members.
Name | Description | |
---|---|---|
![]() | GenericHttpClient |
Initializes a new instance of the type GenericHttpClient.
|
![]() | GenericHttpClient(String) |
Initializes a new instance of the type GenericHttpClient.
|
Name | Description | |
---|---|---|
![]() | BaseUri |
Gets the base URI of the server.
(Inherited from BasicHttpClient.) |
![]() | EntityArguments |
Gets the arguments to be used for the call.
(Inherited from BasicHttpClient.) |
![]() | EntityName |
Gets the entity involved in the access.
(Inherited from BasicHttpClient.) |
![]() | HeaderEntries |
Gets the headers collection to be used for sending next request to server.
(Inherited from BasicHttpClient.) |
![]() | Path |
Gets the path defined by the service, the entity and the arguments if any.
(Inherited from BasicHttpClient.) |
![]() | QueryString |
Gets the query string.
(Inherited from BasicHttpClient.) |
![]() | QueryStringEntries |
Gets the query string collection to be used for sending a request to the server.
(Inherited from BasicHttpClient.) |
![]() | ServiceName |
Gets the service involved in the access.
(Inherited from BasicHttpClient.) |
Name | Description | |
---|---|---|
![]() | AddHeaderEntry |
Adds a header entry.
(Inherited from BasicHttpClient.) |
![]() | DeleteAsync |
Deletes the given parameters to the defined URL.
|
![]() | Dispose |
Disposes the object using the dispose pattern of .NET.
(Inherited from ComponentBase.) |
![]() | Dispose(Object, DisposeEventArgs) |
Called if the component gets disposed.
(Inherited from ComponentBase.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetAsync |
Raise a GET request with the given URI, header and query string.
|
![]() | GetAsync(String) |
Raise a GET request with the given URI, header and query string.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetResultAsyncTResult |
Gets the result of a previous GET Operation.
|
![]() | GetResultByPathAsyncTResult |
Gets a partial result of the last communication by accessing a path.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HeadAsync |
Calls the HEAD method using the given parameters to the defined URL.
|
![]() | PatchAsync |
Patches the given parameters to the defined URL.
|
![]() | PostAsync |
Posts the given arguments to configured server.
|
![]() | PutAsync |
Puts the given arguments to configured server.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UseService(String) |
Sets the service name to be used on accessing the server.
(Inherited from BasicHttpClient.) |
![]() | UseService(String, String) |
Sets the service and the entity name to be used on accessing the server.
(Inherited from BasicHttpClient.) |
![]() | UseService(String, String, String) |
Sets the service, the entity name and the arguments to be used on accessing the server.
(Inherited from BasicHttpClient.) |
Name | Description | |
---|---|---|
![]() | Clone(CloneWorkingMode, IEnumerableType) | Overloaded.
Clones an object by serialization.
(Defined by RuntimeExtensions.) |
![]() | CloneT(CloneWorkingMode, IEnumerableType) | Overloaded.
Clones an object by serialization.
(Defined by RuntimeExtensions.) |
![]() | Convert | (Defined by DataConverterExtensions.) |
![]() | CreateTraceDataEntry(StringBuilder, SourceLevels, TraceableKind, String) | Overloaded.
Creates a data entry into a string builder according to the giving parameters.
(Defined by TraceExtensions.) |
![]() | CreateTraceDataEntry(SourceLevels, TraceableKind, String, String, Int32) | Overloaded.
Creates a trace entry for a data element.
(Defined by TraceExtensions.) |
![]() | CreateTraceDataEntry(StringBuilder, SourceLevels, TraceableKind, String, String, Int32) | Overloaded.
Creates a trace entry into a string builder.
(Defined by TraceExtensions.) |
![]() | DynamicCast |
Dynamically casts a reference to another type.
(Defined by TypeManagerHelper.) |
![]() | ExtractSystemParametersFromTrigger |
Extracts the system parameters from a collection of trigger parameter and transform them to a dictionary using string keys and string values.
(Defined by TriggerExtensions.) |
![]() | GetFieldValue(String) | Overloaded.
Gets the data object held by a defined field of a particular type.
(Defined by UnitTest.) |
![]() | GetFieldValueT(String) | Overloaded.
Gets the data object held by a defined field of a particular type.
(Defined by UnitTest.) |
![]() | GetPropertyValue(String) | Overloaded.
Gets the data object held by a defined property of a particular type.
(Defined by UnitTest.) |
![]() | GetPropertyValueT(String) | Overloaded.
Gets the data object held by a defined property of a particular type.
(Defined by UnitTest.) |
![]() | Inject(Type, Object) | Overloaded.
Injects all fields or properties which are marked with the defined attribute type name.
(Defined by DataInjection.) |
![]() | Inject(Type, Object, Boolean) | Overloaded.
Injects all fields or properties which are marked with the defined attribute type name.
(Defined by DataInjection.) |
![]() | InjectField |
Injects a value to a property within a data object.
(Defined by DataInjection.) |
![]() | InjectProperty(String, Object) | Overloaded.
Injects a value to a property within a data object.
(Defined by DataInjection.) |
![]() | InjectProperty(String, Type, Object) | Overloaded.
Injects a value to a property within a data object.
(Defined by DataInjection.) |
![]() | Invoke(String, Object) | Overloaded.
Invokes a method on an object by reflection.
(Defined by UnitTest.) |
![]() | InvokeTResult(String, Object) | Overloaded.
Invokes a method on an object by reflection.
(Defined by UnitTest.) |
![]() | SetFieldValue |
Sets the data object on a defined field of a particular type.
(Defined by UnitTest.) |
![]() | SetPropertyValue |
Sets the data object on a defined property of a particular type.
(Defined by UnitTest.) |
![]() | SetReadOnlyFieldValue |
Sets the data object on a defined field of a particular type.
(Defined by UnitTest.) |
![]() | TryInjectProperty |
Tries to Inject a value to a property within a data object.
(Defined by DataInjection.) |