Skip to content

iNantz/WCFClientConfigHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WCFClientConfigHelper

WCF Client Config Helper

This is a string extension that will return the WCF bindings and endpoint configuration from configuration file.

Usage:

using WCFClientConfigHelper.Extensions;

Getting the Binding:

var loBinding = "binding name".GetBinding(configName);

Getting the EndPointAddress:

var loEndPointAddress = "endpoint name".GetEndpointAddress(configname, url(optional)); // if url is not defined it will use the one from the configuration.

About

WCF Client Config Helper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages