1 <?xml version=
"1.0" encoding=
"utf-8"?>
5 <source name=
"System.ServiceModel" switchValue=
"Information, ActivityTracing"
6 propagateActivity=
"true">
13 <add type=
"Microsoft.ServiceModel.Samples.EtwTraceListener, EtwTraceListener, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
14 name=
"ETW" traceOutputOptions=
"Timestamp"/>
16 <trace autoflush=
"true" />
20 <endpoint address=
"http://localhost/servicemodelsamples/service.svc"
21 binding=
"wsHttpBinding"
22 contract=
"Microsoft.ServiceModel.Samples.ICalculator" />
24 </system.serviceModel
>