gratinierer
gratinierer
The webrequest is enriched with the ClientCertificates from the http-handler
An implementation to #18. With that changes I'm able to manipulate the ```HttpClientHandler``` and e.g. fetch Certificates from the Windows CertStore and add them to the requests, so Authentication with...
In some cases it is necessary to adjust the `HttpClientHandler` that is used by `HttpClient` (e.g. using certificates, configure SSL etc.). After walking through the code for a while I...
If the Server is not reacheable, a NullReference is thrown ``` System.AggregateException : One or more errors occurred. (Object reference not set to an instance of an object.) ----> System.NullReferenceException...
### Source/destination types Using following Class Binding: ```csharp public class PropertyMapping { [DataMember(Name = "$id", IsRequired = true)] public string ID; [DataMember(Name = "Properties", IsRequired = true)] public List SystemProperties...