EOL handling
[mono.git] / mcs / class / System.ServiceModel / Test / config / client.endpoint.config
1 <?xml version="1.0" encoding="utf-8" ?>\r
2 <configuration>\r
3         <system.serviceModel>\r
4                 <client>\r
5                         <endpoint address="http://igorxp:8080/" binding="basicHttpBinding"\r
6                 contract="WCFClient.IHelloWorldService" name="BasicHttpBinding_IHelloWorldService">\r
7                                 <identity>\r
8                                         <userPrincipalName value="igorz@iloffice.mainsoft.com" />\r
9                                 </identity>\r
10                                 <headers>\r
11                                         <Header1>Header1-Value</Header1>\r
12                                         <myns:Header2 xmlns:myns="uri:my.custom.manespace">Header2-Value</myns:Header2>\r
13                                 </headers>\r
14                         </endpoint>\r
15                 </client>\r
16         </system.serviceModel>\r
17 </configuration>