Skip to content

Instantly share code, notes, and snippets.

@kappa7194
Created July 13, 2013 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kappa7194/5992228 to your computer and use it in GitHub Desktop.
Save kappa7194/5992228 to your computer and use it in GitHub Desktop.
SOAP message logging
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>0</EventID>
<Type>3</Type>
<SubType Name="Information">0</SubType>
<Level>8</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2668881Z" />
<Source Name="System.ServiceModel.MessageLogging" />
<Correlation ActivityID="{e65e3b5b-f1af-4a75-9f94-6e2c8362123a}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<MessageLogTraceRecord Time="2013-07-13T23:06:56.2668881+02:00" Source="ServiceLevelSendRequest" Type="System.ServiceModel.Channels.BodyWriterMessage" xmlns="http://schemas.microsoft.com/2004/06/ServiceModel/Management/MessageTrace">
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<Action s:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/addressing/none">http://tempuri.org/IGreeterService/SayHello</Action>
<ActivityId CorrelationId="7ff42eb0-9e99-40cb-93a4-0f00975702e4" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">e65e3b5b-f1af-4a75-9f94-6e2c8362123a</ActivityId>
</s:Header>
<s:Body>
<SayHello xmlns="http://tempuri.org/">
<name>Albireo</name>
</SayHello>
</s:Body>
</s:Envelope>
</MessageLogTraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>0</EventID>
<Type>3</Type>
<SubType Name="Information">0</SubType>
<Level>8</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2824881Z" />
<Source Name="System.ServiceModel.MessageLogging" />
<Correlation ActivityID="{e65e3b5b-f1af-4a75-9f94-6e2c8362123a}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<MessageLogTraceRecord Time="2013-07-13T23:06:56.2824881+02:00" Source="TransportSend" Type="System.ServiceModel.Channels.BodyWriterMessage" xmlns="http://schemas.microsoft.com/2004/06/ServiceModel/Management/MessageTrace">
<Addressing>
<Action>http://tempuri.org/IGreeterService/SayHello</Action>
<To>http://localhost:8080/greeter</To>
</Addressing>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="7ff42eb0-9e99-40cb-93a4-0f00975702e4" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">e65e3b5b-f1af-4a75-9f94-6e2c8362123a</ActivityId>
</s:Header>
<s:Body>
<SayHello xmlns="http://tempuri.org/">
<name>Albireo</name>
</SayHello>
</s:Body>
</s:Envelope>
</MessageLogTraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>0</EventID>
<Type>3</Type>
<SubType Name="Information">0</SubType>
<Level>8</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2980882Z" />
<Source Name="System.ServiceModel.MessageLogging" />
<Correlation ActivityID="{e65e3b5b-f1af-4a75-9f94-6e2c8362123a}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<MessageLogTraceRecord Time="2013-07-13T23:06:56.2980882+02:00" Source="TransportReceive" Type="System.ServiceModel.Channels.BufferedMessage" xmlns="http://schemas.microsoft.com/2004/06/ServiceModel/Management/MessageTrace">
<HttpResponse>
<StatusCode>OK</StatusCode>
<StatusDescription>OK</StatusDescription>
<WebHeaders>
<Content-Length>207</Content-Length>
<Content-Type>text/xml; charset=utf-8</Content-Type>
<Date>Sat, 13 Jul 2013 21:06:56 GMT</Date>
<Server>Microsoft-HTTPAPI/2.0</Server>
</WebHeaders>
</HttpResponse>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header></s:Header>
<s:Body>
<SayHelloResponse xmlns="http://tempuri.org/">
<SayHelloResult>Hello, Albireo.</SayHelloResult>
</SayHelloResponse>
</s:Body>
</s:Envelope>
</MessageLogTraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>0</EventID>
<Type>3</Type>
<SubType Name="Information">0</SubType>
<Level>8</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2980882Z" />
<Source Name="System.ServiceModel.MessageLogging" />
<Correlation ActivityID="{e65e3b5b-f1af-4a75-9f94-6e2c8362123a}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<MessageLogTraceRecord Time="2013-07-13T23:06:56.2980882+02:00" Source="ServiceLevelReceiveReply" Type="System.ServiceModel.Channels.BufferedMessage" xmlns="http://schemas.microsoft.com/2004/06/ServiceModel/Management/MessageTrace">
<HttpResponse>
<StatusCode>OK</StatusCode>
<StatusDescription>OK</StatusDescription>
<WebHeaders>
<Content-Length>207</Content-Length>
<Content-Type>text/xml; charset=utf-8</Content-Type>
<Date>Sat, 13 Jul 2013 21:06:56 GMT</Date>
<Server>Microsoft-HTTPAPI/2.0</Server>
</WebHeaders>
</HttpResponse>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header></s:Header>
<s:Body>
<SayHelloResponse xmlns="http://tempuri.org/">
<SayHelloResult>Hello, Albireo.</SayHelloResult>
</SayHelloResponse>
</s:Body>
</s:Envelope>
</MessageLogTraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>524324</EventID>
<Type>3</Type>
<SubType Name="Verbose">0</SubType>
<Level>16</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2200880Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{00000000-0000-0000-0000-000000000000}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Verbose">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.GetConfigurationSection.aspx</TraceIdentifier>
<Description>Get configuration section.</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/StringTraceRecord">
<ConfigurationSection>system.serviceModel/diagnostics</ConfigurationSection>
</ExtendedData>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>0</EventID>
<Type>3</Type>
<SubType Name="Transfer">0</SubType>
<Level>255</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2200880Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{00000000-0000-0000-0000-000000000000}" RelatedActivityID="{36708f66-9992-44f7-8e24-0fb906aed2e6}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData></ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>131085</EventID>
<Type>3</Type>
<SubType Name="Start">0</SubType>
<Level>255</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2200880Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{36708f66-9992-44f7-8e24-0fb906aed2e6}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Start">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspx</TraceIdentifier>
<Description>Activity boundary.</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
<ActivityName>Construct ChannelFactory. Contract type: 'Playground.Client.Services.IGreeterService'.</ActivityName>
<ActivityType>Construct</ActivityType>
</ExtendedData>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>524324</EventID>
<Type>3</Type>
<SubType Name="Verbose">0</SubType>
<Level>16</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2356881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{36708f66-9992-44f7-8e24-0fb906aed2e6}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Verbose">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.GetConfigurationSection.aspx</TraceIdentifier>
<Description>Get configuration section.</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/StringTraceRecord">
<ConfigurationSection>system.serviceModel/client</ConfigurationSection>
</ExtendedData>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>524323</EventID>
<Type>3</Type>
<SubType Name="Information">0</SubType>
<Level>8</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2356881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{36708f66-9992-44f7-8e24-0fb906aed2e6}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Information">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.GetChannelEndpointElement.aspx</TraceIdentifier>
<Description>Get ChannelEndpointElement.</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
<FoundChannelElement>True</FoundChannelElement>
<Name>*</Name>
<ContractName>Services.IGreeterService</ContractName>
<Binding>basicHttpBinding</Binding>
<BindingConfiguration>BasicHttpBinding_IGreeterService</BindingConfiguration>
<RemoteEndpointUri>http://localhost:8080/greeter</RemoteEndpointUri>
<ConfigurationFileSource>C:\Users\Albireo\Documents\Visual Studio 2012\Projects\Playground\Playground.Client\bin\Debug\Playground.Client.exe.Config</ConfigurationFileSource>
<ConfigurationFileLineNumber>27</ConfigurationFileLineNumber>
</ExtendedData>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>524324</EventID>
<Type>3</Type>
<SubType Name="Verbose">0</SubType>
<Level>16</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2356881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{36708f66-9992-44f7-8e24-0fb906aed2e6}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Verbose">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.GetConfigurationSection.aspx</TraceIdentifier>
<Description>Get configuration section.</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/StringTraceRecord">
<ConfigurationSection>system.serviceModel/client</ConfigurationSection>
</ExtendedData>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>524323</EventID>
<Type>3</Type>
<SubType Name="Information">0</SubType>
<Level>8</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2356881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{36708f66-9992-44f7-8e24-0fb906aed2e6}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Information">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.GetChannelEndpointElement.aspx</TraceIdentifier>
<Description>Get ChannelEndpointElement.</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
<FoundChannelElement>True</FoundChannelElement>
<Name>*</Name>
<ContractName>Services.IGreeterService</ContractName>
<Binding>basicHttpBinding</Binding>
<BindingConfiguration>BasicHttpBinding_IGreeterService</BindingConfiguration>
<RemoteEndpointUri>http://localhost:8080/greeter</RemoteEndpointUri>
<ConfigurationFileSource>C:\Users\Albireo\Documents\Visual Studio 2012\Projects\Playground\Playground.Client\bin\Debug\Playground.Client.exe.Config</ConfigurationFileSource>
<ConfigurationFileLineNumber>27</ConfigurationFileLineNumber>
</ExtendedData>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>524322</EventID>
<Type>3</Type>
<SubType Name="Verbose">0</SubType>
<Level>16</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2356881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{36708f66-9992-44f7-8e24-0fb906aed2e6}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Verbose">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.GetConfiguredBinding.aspx</TraceIdentifier>
<Description>Get configured binding.</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
<FoundBinding>True</FoundBinding>
<Name>BasicHttpBinding_IGreeterService</Name>
<Binding>basicHttpBinding</Binding>
</ExtendedData>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>524321</EventID>
<Type>3</Type>
<SubType Name="Verbose">0</SubType>
<Level>16</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2356881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{36708f66-9992-44f7-8e24-0fb906aed2e6}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Verbose">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.GetCommonBehaviors.aspx</TraceIdentifier>
<Description>Get machine.config common behaviors.</Description>
<AppDomain>Playground.Client.exe</AppDomain>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>524320</EventID>
<Type>3</Type>
<SubType Name="Verbose">0</SubType>
<Level>16</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2356881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{36708f66-9992-44f7-8e24-0fb906aed2e6}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Verbose">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.GetBehaviorElement.aspx</TraceIdentifier>
<Description>Get BehaviorElement.</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/StringTraceRecord">
<BehaviorName></BehaviorName>
</ExtendedData>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>0</EventID>
<Type>3</Type>
<SubType Name="Transfer">0</SubType>
<Level>255</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2356881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{36708f66-9992-44f7-8e24-0fb906aed2e6}" RelatedActivityID="{00000000-0000-0000-0000-000000000000}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData></ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>131085</EventID>
<Type>3</Type>
<SubType Name="Stop">0</SubType>
<Level>255</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2356881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{36708f66-9992-44f7-8e24-0fb906aed2e6}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Stop">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspx</TraceIdentifier>
<Description>Activity boundary.</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
<ActivityName>Construct ChannelFactory. Contract type: 'Playground.Client.Services.IGreeterService'.</ActivityName>
<ActivityType>Construct</ActivityType>
</ExtendedData>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>0</EventID>
<Type>3</Type>
<SubType Name="Transfer">0</SubType>
<Level>255</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2356881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{00000000-0000-0000-0000-000000000000}" RelatedActivityID="{4db1661d-2513-4c1b-bbf5-10e9a64d5d4f}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData></ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>131085</EventID>
<Type>3</Type>
<SubType Name="Start">0</SubType>
<Level>255</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2356881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{4db1661d-2513-4c1b-bbf5-10e9a64d5d4f}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Start">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspx</TraceIdentifier>
<Description>Activity boundary.</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
<ActivityName>Open ClientBase. Contract type: 'Playground.Client.Services.IGreeterService'.</ActivityName>
<ActivityType>Open</ActivityType>
</ExtendedData>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>524300</EventID>
<Type>3</Type>
<SubType Name="Verbose">0</SubType>
<Level>16</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2356881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{4db1661d-2513-4c1b-bbf5-10e9a64d5d4f}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Verbose">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.CommunicationObjectOpening.aspx</TraceIdentifier>
<Description>Opening System.ServiceModel.ChannelFactory`1[Playground.Client.Services.IGreeterService]/26753075</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<Source>System.ServiceModel.ChannelFactory`1[Playground.Client.Services.IGreeterService]/26753075</Source>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>524300</EventID>
<Type>3</Type>
<SubType Name="Verbose">0</SubType>
<Level>16</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2512881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{4db1661d-2513-4c1b-bbf5-10e9a64d5d4f}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Verbose">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.CommunicationObjectOpening.aspx</TraceIdentifier>
<Description>Opening System.ServiceModel.Channels.ServiceChannelFactory+ServiceChannelFactoryOverRequest/39451090</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<Source>System.ServiceModel.Channels.ServiceChannelFactory+ServiceChannelFactoryOverRequest/39451090</Source>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>524300</EventID>
<Type>3</Type>
<SubType Name="Verbose">0</SubType>
<Level>16</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2512881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{4db1661d-2513-4c1b-bbf5-10e9a64d5d4f}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Verbose">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.CommunicationObjectOpening.aspx</TraceIdentifier>
<Description>Opening System.ServiceModel.Channels.HttpChannelFactory`1[System.ServiceModel.Channels.IRequestChannel]/19515494</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<Source>System.ServiceModel.Channels.HttpChannelFactory`1[System.ServiceModel.Channels.IRequestChannel]/19515494</Source>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>524301</EventID>
<Type>3</Type>
<SubType Name="Verbose">0</SubType>
<Level>16</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2512881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{4db1661d-2513-4c1b-bbf5-10e9a64d5d4f}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Verbose">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.CommunicationObjectOpened.aspx</TraceIdentifier>
<Description>Opened System.ServiceModel.Channels.HttpChannelFactory`1[System.ServiceModel.Channels.IRequestChannel]/19515494</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<Source>System.ServiceModel.Channels.HttpChannelFactory`1[System.ServiceModel.Channels.IRequestChannel]/19515494</Source>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>524301</EventID>
<Type>3</Type>
<SubType Name="Verbose">0</SubType>
<Level>16</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2512881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{4db1661d-2513-4c1b-bbf5-10e9a64d5d4f}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Verbose">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.CommunicationObjectOpened.aspx</TraceIdentifier>
<Description>Opened System.ServiceModel.Channels.ServiceChannelFactory+ServiceChannelFactoryOverRequest/39451090</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<Source>System.ServiceModel.Channels.ServiceChannelFactory+ServiceChannelFactoryOverRequest/39451090</Source>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>524301</EventID>
<Type>3</Type>
<SubType Name="Verbose">0</SubType>
<Level>16</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2512881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{4db1661d-2513-4c1b-bbf5-10e9a64d5d4f}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Verbose">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.CommunicationObjectOpened.aspx</TraceIdentifier>
<Description>Opened System.ServiceModel.ChannelFactory`1[Playground.Client.Services.IGreeterService]/26753075</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<Source>System.ServiceModel.ChannelFactory`1[Playground.Client.Services.IGreeterService]/26753075</Source>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>262175</EventID>
<Type>3</Type>
<SubType Name="Verbose">0</SubType>
<Level>16</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2512881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{4db1661d-2513-4c1b-bbf5-10e9a64d5d4f}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Verbose">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.Channels.ChannelCreated.aspx</TraceIdentifier>
<Description>Created: System.ServiceModel.Channels.HttpChannelFactory`1+HttpRequestChannel[System.ServiceModel.Channels.IRequestChannel]/41421720</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<Source>System.ServiceModel.Channels.HttpChannelFactory`1+HttpRequestChannel[System.ServiceModel.Channels.IRequestChannel]/41421720</Source>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>262175</EventID>
<Type>3</Type>
<SubType Name="Verbose">0</SubType>
<Level>16</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2512881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{4db1661d-2513-4c1b-bbf5-10e9a64d5d4f}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Verbose">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.Channels.ChannelCreated.aspx</TraceIdentifier>
<Description>Created: System.ServiceModel.Channels.ServiceChannel/37251161</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<Source>System.ServiceModel.Channels.ServiceChannelFactory+ServiceChannelFactoryOverRequest/39451090</Source>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>0</EventID>
<Type>3</Type>
<SubType Name="Transfer">0</SubType>
<Level>255</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2512881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{4db1661d-2513-4c1b-bbf5-10e9a64d5d4f}" RelatedActivityID="{00000000-0000-0000-0000-000000000000}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData></ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>131085</EventID>
<Type>3</Type>
<SubType Name="Stop">0</SubType>
<Level>255</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2512881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{4db1661d-2513-4c1b-bbf5-10e9a64d5d4f}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Stop">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspx</TraceIdentifier>
<Description>Activity boundary.</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
<ActivityName>Open ClientBase. Contract type: 'Playground.Client.Services.IGreeterService'.</ActivityName>
<ActivityType>Open</ActivityType>
</ExtendedData>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>0</EventID>
<Type>3</Type>
<SubType Name="Transfer">0</SubType>
<Level>255</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2512881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{00000000-0000-0000-0000-000000000000}" RelatedActivityID="{e65e3b5b-f1af-4a75-9f94-6e2c8362123a}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData></ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>131085</EventID>
<Type>3</Type>
<SubType Name="Start">0</SubType>
<Level>255</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2512881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{e65e3b5b-f1af-4a75-9f94-6e2c8362123a}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Start">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspx</TraceIdentifier>
<Description>Activity boundary.</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
<ActivityName>Process action 'http://tempuri.org/IGreeterService/SayHello'.</ActivityName>
<ActivityType>ProcessAction</ActivityType>
</ExtendedData>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>524324</EventID>
<Type>3</Type>
<SubType Name="Verbose">0</SubType>
<Level>16</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2668881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{e65e3b5b-f1af-4a75-9f94-6e2c8362123a}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Verbose">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.GetConfigurationSection.aspx</TraceIdentifier>
<Description>Get configuration section.</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/StringTraceRecord">
<ConfigurationSection>system.serviceModel/diagnostics</ConfigurationSection>
</ExtendedData>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>131074</EventID>
<Type>3</Type>
<SubType Name="Information">0</SubType>
<Level>8</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2668881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{e65e3b5b-f1af-4a75-9f94-6e2c8362123a}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Information">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.Diagnostics.EventLog.aspx</TraceIdentifier>
<Description>Wrote to the EventLog.</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
<CategoryID.Name>EventLogCategory</CategoryID.Name>
<CategoryID.Value>7</CategoryID.Value>
<InstanceID.Name>EventId</InstanceID.Name>
<InstanceID.Value>3221356552</InstanceID.Value>
</ExtendedData>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>524300</EventID>
<Type>3</Type>
<SubType Name="Verbose">0</SubType>
<Level>16</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2668881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{e65e3b5b-f1af-4a75-9f94-6e2c8362123a}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Verbose">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.CommunicationObjectOpening.aspx</TraceIdentifier>
<Description>Opening System.ServiceModel.Channels.ServiceChannel/37251161</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<Source>System.ServiceModel.Channels.ServiceChannel/37251161</Source>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>524331</EventID>
<Type>3</Type>
<SubType Name="Information">0</SubType>
<Level>8</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2668881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{e65e3b5b-f1af-4a75-9f94-6e2c8362123a}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Information">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.ServiceChannelLifetime.aspx</TraceIdentifier>
<Description>ServiceChannel information.</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<Source>System.ServiceModel.Channels.ServiceChannel/37251161</Source>
<ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
<ContractNamespace>http://tempuri.org/</ContractNamespace>
<ContractName>IGreeterService</ContractName>
</ExtendedData>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>524300</EventID>
<Type>3</Type>
<SubType Name="Verbose">0</SubType>
<Level>16</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2668881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{e65e3b5b-f1af-4a75-9f94-6e2c8362123a}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Verbose">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.CommunicationObjectOpening.aspx</TraceIdentifier>
<Description>Opening System.ServiceModel.Channels.HttpChannelFactory`1+HttpRequestChannel[System.ServiceModel.Channels.IRequestChannel]/41421720</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<Source>System.ServiceModel.Channels.HttpChannelFactory`1+HttpRequestChannel[System.ServiceModel.Channels.IRequestChannel]/41421720</Source>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>524301</EventID>
<Type>3</Type>
<SubType Name="Verbose">0</SubType>
<Level>16</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2668881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{e65e3b5b-f1af-4a75-9f94-6e2c8362123a}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Verbose">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.CommunicationObjectOpened.aspx</TraceIdentifier>
<Description>Opened System.ServiceModel.Channels.HttpChannelFactory`1+HttpRequestChannel[System.ServiceModel.Channels.IRequestChannel]/41421720</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<Source>System.ServiceModel.Channels.HttpChannelFactory`1+HttpRequestChannel[System.ServiceModel.Channels.IRequestChannel]/41421720</Source>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>524301</EventID>
<Type>3</Type>
<SubType Name="Verbose">0</SubType>
<Level>16</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2668881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{e65e3b5b-f1af-4a75-9f94-6e2c8362123a}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Verbose">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.CommunicationObjectOpened.aspx</TraceIdentifier>
<Description>Opened System.ServiceModel.Channels.ServiceChannel/37251161</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<Source>System.ServiceModel.Channels.ServiceChannel/37251161</Source>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>524308</EventID>
<Type>3</Type>
<SubType Name="Verbose">0</SubType>
<Level>16</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2824881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{e65e3b5b-f1af-4a75-9f94-6e2c8362123a}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Verbose">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.MessageWritten.aspx</TraceIdentifier>
<Description>A message was written</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<Source>System.ServiceModel.Channels.BodyWriterMessage/64554036</Source>
<ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/MessageTraceRecord">
<MessageProperties>
<Encoder>text/xml; charset=utf-8</Encoder>
<AllowOutputBatching>False</AllowOutputBatching>
<Via>http://localhost:8080/greeter</Via>
</MessageProperties>
<MessageHeaders>
<ActivityId CorrelationId="7ff42eb0-9e99-40cb-93a4-0f00975702e4" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">e65e3b5b-f1af-4a75-9f94-6e2c8362123a</ActivityId>
</MessageHeaders>
</ExtendedData>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>262164</EventID>
<Type>3</Type>
<SubType Name="Information">0</SubType>
<Level>8</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2824881Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{e65e3b5b-f1af-4a75-9f94-6e2c8362123a}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Information">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.Channels.MessageSent.aspx</TraceIdentifier>
<Description>Sent a message over a channel.</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<Source>System.ServiceModel.Channels.HttpOutput+WebRequestHttpOutput/44115416</Source>
<ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/MessageTraceRecord">
<MessageProperties>
<Encoder>text/xml; charset=utf-8</Encoder>
<AllowOutputBatching>False</AllowOutputBatching>
<Via>http://localhost:8080/greeter</Via>
</MessageProperties>
<MessageHeaders>
<ActivityId CorrelationId="7ff42eb0-9e99-40cb-93a4-0f00975702e4" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">e65e3b5b-f1af-4a75-9f94-6e2c8362123a</ActivityId>
</MessageHeaders>
</ExtendedData>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>262153</EventID>
<Type>3</Type>
<SubType Name="Verbose">0</SubType>
<Level>16</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2980882Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{e65e3b5b-f1af-4a75-9f94-6e2c8362123a}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Verbose">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.Channels.HttpResponseReceived.aspx</TraceIdentifier>
<Description>HTTP response was received</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<Source>System.ServiceModel.Channels.HttpChannelFactory`1+HttpRequestChannel+HttpChannelRequest[System.ServiceModel.Channels.IRequestChannel]/61494432</Source>
<ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/StringTraceRecord">
<ResponseUri>http://localhost:8080/greeter</ResponseUri>
</ExtendedData>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>262163</EventID>
<Type>3</Type>
<SubType Name="Information">0</SubType>
<Level>8</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2980882Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{e65e3b5b-f1af-4a75-9f94-6e2c8362123a}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Information">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.Channels.MessageReceived.aspx</TraceIdentifier>
<Description>Received a message over a channel.</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<Source>System.ServiceModel.Channels.HttpInput+WebResponseHttpInput/16578980</Source>
<ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/MessageTransmitTraceRecord">
<MessageProperties>
<Encoder>text/xml; charset=utf-8</Encoder>
<AllowOutputBatching>False</AllowOutputBatching>
</MessageProperties>
<MessageHeaders></MessageHeaders>
</ExtendedData>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>262165</EventID>
<Type>3</Type>
<SubType Name="Information">0</SubType>
<Level>8</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2980882Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{e65e3b5b-f1af-4a75-9f94-6e2c8362123a}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Information">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.Channels.RequestChannelReplyReceived.aspx</TraceIdentifier>
<Description>Received reply over request channel</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<Source>System.ServiceModel.Channels.BufferedMessage/720107</Source>
<ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/MessageTraceRecord">
<MessageProperties>
<Encoder>text/xml; charset=utf-8</Encoder>
<AllowOutputBatching>False</AllowOutputBatching>
</MessageProperties>
<MessageHeaders></MessageHeaders>
</ExtendedData>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>524307</EventID>
<Type>3</Type>
<SubType Name="Verbose">0</SubType>
<Level>16</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2980882Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{e65e3b5b-f1af-4a75-9f94-6e2c8362123a}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Verbose">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.MessageRead.aspx</TraceIdentifier>
<Description>A message was read</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<Source>System.ServiceModel.Channels.BufferedMessage/720107</Source>
<ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/MessageTraceRecord">
<MessageProperties>
<Encoder>text/xml; charset=utf-8</Encoder>
<AllowOutputBatching>False</AllowOutputBatching>
</MessageProperties>
<MessageHeaders></MessageHeaders>
</ExtendedData>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>0</EventID>
<Type>3</Type>
<SubType Name="Transfer">0</SubType>
<Level>255</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2980882Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{e65e3b5b-f1af-4a75-9f94-6e2c8362123a}" RelatedActivityID="{00000000-0000-0000-0000-000000000000}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData></ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>131085</EventID>
<Type>3</Type>
<SubType Name="Stop">0</SubType>
<Level>255</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2980882Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{e65e3b5b-f1af-4a75-9f94-6e2c8362123a}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Stop">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspx</TraceIdentifier>
<Description>Activity boundary.</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
<ActivityName>Process action 'http://tempuri.org/IGreeterService/SayHello'.</ActivityName>
<ActivityType>ProcessAction</ActivityType>
</ExtendedData>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>524304</EventID>
<Type>3</Type>
<SubType Name="Verbose">0</SubType>
<Level>16</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2980882Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{00000000-0000-0000-0000-000000000000}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Verbose">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.MessageClosed.aspx</TraceIdentifier>
<Description>A message was closed</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<Source>System.ServiceModel.Channels.BodyWriterMessage/64554036</Source>
<ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/MessageTraceRecord"></ExtendedData>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>524304</EventID>
<Type>3</Type>
<SubType Name="Verbose">0</SubType>
<Level>16</Level>
<TimeCreated SystemTime="2013-07-13T21:06:56.2980882Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{00000000-0000-0000-0000-000000000000}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Verbose">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.MessageClosed.aspx</TraceIdentifier>
<Description>A message was closed</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<Source>System.ServiceModel.Channels.BufferedMessage/720107</Source>
<ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/MessageTraceRecord"></ExtendedData>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>0</EventID>
<Type>3</Type>
<SubType Name="Transfer">0</SubType>
<Level>255</Level>
<TimeCreated SystemTime="2013-07-13T21:06:57.4212901Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{00000000-0000-0000-0000-000000000000}" RelatedActivityID="{bcc43a67-c17a-4b7d-ae41-c1fbf4c718cd}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData></ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>131085</EventID>
<Type>3</Type>
<SubType Name="Start">0</SubType>
<Level>255</Level>
<TimeCreated SystemTime="2013-07-13T21:06:57.4212901Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{bcc43a67-c17a-4b7d-ae41-c1fbf4c718cd}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Start">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspx</TraceIdentifier>
<Description>Activity boundary.</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
<ActivityName>Close ClientBase. Contract type: 'Playground.Client.Services.IGreeterService'.</ActivityName>
<ActivityType>Close</ActivityType>
</ExtendedData>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>524294</EventID>
<Type>3</Type>
<SubType Name="Verbose">0</SubType>
<Level>16</Level>
<TimeCreated SystemTime="2013-07-13T21:06:57.4212901Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{bcc43a67-c17a-4b7d-ae41-c1fbf4c718cd}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Verbose">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.CommunicationObjectClosing.aspx</TraceIdentifier>
<Description>Closing System.ServiceModel.Channels.ServiceChannel/37251161</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<Source>System.ServiceModel.Channels.ServiceChannel/37251161</Source>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>262176</EventID>
<Type>3</Type>
<SubType Name="Verbose">0</SubType>
<Level>16</Level>
<TimeCreated SystemTime="2013-07-13T21:06:57.4212901Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{bcc43a67-c17a-4b7d-ae41-c1fbf4c718cd}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Verbose">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.Channels.ChannelDisposed.aspx</TraceIdentifier>
<Description>Disposed: System.ServiceModel.Channels.ServiceChannel/37251161</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<Source>System.ServiceModel.Channels.ServiceChannelFactory+ServiceChannelFactoryOverRequest/39451090</Source>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>524294</EventID>
<Type>3</Type>
<SubType Name="Verbose">0</SubType>
<Level>16</Level>
<TimeCreated SystemTime="2013-07-13T21:06:57.4368902Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{bcc43a67-c17a-4b7d-ae41-c1fbf4c718cd}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Verbose">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.CommunicationObjectClosing.aspx</TraceIdentifier>
<Description>Closing System.ServiceModel.Channels.HttpChannelFactory`1+HttpRequestChannel[System.ServiceModel.Channels.IRequestChannel]/41421720</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<Source>System.ServiceModel.Channels.HttpChannelFactory`1+HttpRequestChannel[System.ServiceModel.Channels.IRequestChannel]/41421720</Source>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>524295</EventID>
<Type>3</Type>
<SubType Name="Verbose">0</SubType>
<Level>16</Level>
<TimeCreated SystemTime="2013-07-13T21:06:57.4368902Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{bcc43a67-c17a-4b7d-ae41-c1fbf4c718cd}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Verbose">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.CommunicationObjectClosed.aspx</TraceIdentifier>
<Description>Closed System.ServiceModel.Channels.HttpChannelFactory`1+HttpRequestChannel[System.ServiceModel.Channels.IRequestChannel]/41421720</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<Source>System.ServiceModel.Channels.HttpChannelFactory`1+HttpRequestChannel[System.ServiceModel.Channels.IRequestChannel]/41421720</Source>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>262176</EventID>
<Type>3</Type>
<SubType Name="Verbose">0</SubType>
<Level>16</Level>
<TimeCreated SystemTime="2013-07-13T21:06:57.4368902Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{bcc43a67-c17a-4b7d-ae41-c1fbf4c718cd}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Verbose">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.Channels.ChannelDisposed.aspx</TraceIdentifier>
<Description>Disposed: System.ServiceModel.Channels.HttpChannelFactory`1+HttpRequestChannel[System.ServiceModel.Channels.IRequestChannel]/41421720</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<Source>System.ServiceModel.Channels.HttpChannelFactory`1+HttpRequestChannel[System.ServiceModel.Channels.IRequestChannel]/41421720</Source>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>524295</EventID>
<Type>3</Type>
<SubType Name="Verbose">0</SubType>
<Level>16</Level>
<TimeCreated SystemTime="2013-07-13T21:06:57.4368902Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{bcc43a67-c17a-4b7d-ae41-c1fbf4c718cd}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Verbose">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.CommunicationObjectClosed.aspx</TraceIdentifier>
<Description>Closed System.ServiceModel.Channels.ServiceChannel/37251161</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<Source>System.ServiceModel.Channels.ServiceChannel/37251161</Source>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>0</EventID>
<Type>3</Type>
<SubType Name="Transfer">0</SubType>
<Level>255</Level>
<TimeCreated SystemTime="2013-07-13T21:06:57.4368902Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{bcc43a67-c17a-4b7d-ae41-c1fbf4c718cd}" RelatedActivityID="{00000000-0000-0000-0000-000000000000}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData></ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>131085</EventID>
<Type>3</Type>
<SubType Name="Stop">0</SubType>
<Level>255</Level>
<TimeCreated SystemTime="2013-07-13T21:06:57.4368902Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{bcc43a67-c17a-4b7d-ae41-c1fbf4c718cd}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="1" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Stop">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspx</TraceIdentifier>
<Description>Activity boundary.</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
<ActivityName>Close ClientBase. Contract type: 'Playground.Client.Services.IGreeterService'.</ActivityName>
<ActivityType>Close</ActivityType>
</ExtendedData>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>131073</EventID>
<Type>3</Type>
<SubType Name="Information">0</SubType>
<Level>8</Level>
<TimeCreated SystemTime="2013-07-13T21:06:57.4368902Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{00000000-0000-0000-0000-000000000000}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="2" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Information">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.Diagnostics.AppDomainUnload.aspx</TraceIdentifier>
<Description>AppDomain unloading.</Description>
<AppDomain>Playground.Client.exe</AppDomain>
<ExtendedData xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/DictionaryTraceRecord">
<AppDomain.FriendlyName>Playground.Client.exe</AppDomain.FriendlyName>
<ProcessName>Playground.Client</ProcessName>
<ProcessId>312</ProcessId>
</ExtendedData>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>131073</EventID>
<Type>3</Type>
<SubType Name="Information">0</SubType>
<Level>8</Level>
<TimeCreated SystemTime="2013-07-13T21:06:57.4368902Z" />
<Source Name="System.ServiceModel" />
<Correlation ActivityID="{00000000-0000-0000-0000-000000000000}" />
<Execution ProcessName="Playground.Client" ProcessID="312" ThreadID="2" />
<Channel />
<Computer>URD</Computer>
</System>
<ApplicationData>
<TraceData>
<DataItem>
<TraceRecord Severity="Information" Channel="Debug" xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord">
<TraceIdentifier>http://msdn.microsoft.com/it-IT/library/System.ServiceModel.Diagnostics.AppDomainUnload.aspx</TraceIdentifier>
<Description>AppDomain unloading. AppDomain.FriendlyName Playground.Client.exe, ProcessName Playground.Client, ProcessId 312.</Description>
<AppDomain>Playground.Client.exe</AppDomain>
</TraceRecord>
</DataItem>
</TraceData>
</ApplicationData>
</E2ETraceEvent>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment