Skip to content

aimenux/WcfEndpointBehaviorDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WcfEndpointBehaviorDemo

Using custom endpoint behaviors with wcf clients

In this repo, i m using two projects :

  • Api : a soap web service based on WcfCore library
  • App : a console app to consume the soap web service

The Api soap web service expose two urls :

The App console app use two custom endpoint behaviour :

  • SoapLoggingBehaviour : log soap requests/responses
  • SoapHttpClientBehavior : use httpclient for soap requests/responses

Tools : net 6.0, wcf-core, polly

About

Using custom endpoint behaviors with wcf clients

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages