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
/
Scenario
/
DataBinding
/
WPFDataBinding
/
CS
/
client
/
App.config
blob
aa1d0e8a781d7e2a4cdc4835201556039370fcad
1
<?xml
version
=
"1.0"
encoding
=
"utf-8"
?>
2
<configuration>
3
<system
.serviceModel
>
4
<client>
5
<endpoint
address
=
"http://localhost/ServiceModelSamples/service.svc"
6
binding
=
"wsHttpBinding"
7
contract
=
"Microsoft.ServiceModel.Samples.IAlbumService"
>
8
</endpoint>
9
</client>
10
</system
.serviceModel
>
11
</configuration>