repo.or.cz
/
windows-sources.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added samples
[windows-sources.git]
/
sdk
/
samples
/
WCFSamples
/
TechnologySamples
/
Basic
/
Client
/
UsingUsing
/
CS
/
client
/
App.config
blob
e47e18921019bbbdb423731932d008098db8e102
1
<?xml
version
=
"1.0"
encoding
=
"utf-8"
?>
2
<configuration>
3
<system
.serviceModel
>
4
5
<client>
6
<endpoint
address
=
"http://localhost/servicemodelsamples/service.svc"
7
binding
=
"wsHttpBinding"
8
contract
=
"Microsoft.ServiceModel.Samples.ICalculator"
/>
9
</client>
10
11
</system
.serviceModel
>
12
13
</configuration>