<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://ramin-tavassoli.de/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://ramin-tavassoli.de/feed.php">
        <title>tawiki technology:dotnet:wcf</title>
        <description></description>
        <link>http://ramin-tavassoli.de/</link>
        <image rdf:resource="http://ramin-tavassoli.de/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-05-01T11:37:46+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://ramin-tavassoli.de/doku.php?id=technology:dotnet:wcf:clientusage&amp;rev=1356012191&amp;do=diff"/>
                <rdf:li rdf:resource="http://ramin-tavassoli.de/doku.php?id=technology:dotnet:wcf:start&amp;rev=1356012253&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://ramin-tavassoli.de/lib/tpl/dokuwiki/images/favicon.ico">
        <title>tawiki</title>
        <link>http://ramin-tavassoli.de/</link>
        <url>http://ramin-tavassoli.de/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="http://ramin-tavassoli.de/doku.php?id=technology:dotnet:wcf:clientusage&amp;rev=1356012191&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-12-20T15:03:11+02:00</dc:date>
        <title>technology:dotnet:wcf:clientusage</title>
        <link>http://ramin-tavassoli.de/doku.php?id=technology:dotnet:wcf:clientusage&amp;rev=1356012191&amp;do=diff</link>
        <description>Aus &lt;http://stackoverflow.com/questions/1400010/closing-wcf-connection&gt; habe ich folgendes gelernt:


Clients nicht mit using erzeugen:


using(ClientProxy proxy = new ClientProxy())
{   
  //call your service methods
}


Begründet wird das wie folgt: “The 2nd sample using the “using” block is incorrect. The using block ensures that the Dispose method is called on the proxy object. The Dispose method in turn calls the Close method which will (try to) connect to the service which will throw an ex…</description>
    </item>
    <item rdf:about="http://ramin-tavassoli.de/doku.php?id=technology:dotnet:wcf:start&amp;rev=1356012253&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-12-20T15:04:13+02:00</dc:date>
        <title>technology:dotnet:wcf:start</title>
        <link>http://ramin-tavassoli.de/doku.php?id=technology:dotnet:wcf:start&amp;rev=1356012253&amp;do=diff</link>
        <description>*  Wie verwende ich einen WCF Client
	*  Soap Header</description>
    </item>
</rdf:RDF>
