blob: 6bbf9a986b2d0c627968d1a08f1b6532f8fe3dce (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?xml version="1.0" encoding="utf-8"?>
<configurationSnapshot xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:schemas-microsoft-com:xml-wcfconfigurationsnapshot">
<behaviors />
<bindings>
<binding digest="System.ServiceModel.Configuration.BasicHttpBindingElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089:<?xml version="1.0" encoding="utf-16"?><Data name="ChallengeServiceSoapBinding" />" bindingType="basicHttpBinding" name="ChallengeServiceSoapBinding" />
</bindings>
<endpoints>
<endpoint normalizedDigest="<?xml version="1.0" encoding="utf-16"?><Data address="http://localhost:9090/ChallengePort" binding="basicHttpBinding" bindingConfiguration="ChallengeServiceSoapBinding" contract="ChallengeService.Challenge" name="ChallengePort" />" digest="<?xml version="1.0" encoding="utf-16"?><Data address="http://localhost:9090/ChallengePort" binding="basicHttpBinding" bindingConfiguration="ChallengeServiceSoapBinding" contract="ChallengeService.Challenge" name="ChallengePort" />" contractName="ChallengeService.Challenge" name="ChallengePort" />
</endpoints>
</configurationSnapshot>
|