5 packages tagged with “Wcf-Client”
WcfHelper helps for develope Wcf-Clients.
This package provides a comprehensive set of contracts for dynamically configuring SOAP/WCF clients. These contracts cover various aspects such as bindings, endpoint types, and models for managing cookies, message headers, and properties (in order to suit different communication scenarios and requirements). The main contracts are - SoapSettings; - EndpointConfiguration.
This package simplifies the process of consuming web endpoints of SOAP style, allowing dynamic (re)configuration of endpoint address, binding type, and all related data within appsettings. Incoming and outgoing messages, as well as other properties, can be configured using this package.
Provides a resilient WCF client as a web service reverse proxy built on top of GenericWcfClient, featuring support for Polly's retry actions and the circuit breaker pattern.
WcfHelper.Mock helps for develope Unittests for Wcf-Clients.