<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Anders x Hu's Blog</title><subtitle type="text">关注 Python &amp; .NET</subtitle><id>http://feed.cnblogs.com/blog/u/26901/rss</id><updated>2007-05-31T07:17:08Z</updated><author><name>Anders x Hu</name><uri>http://www.cnblogs.com/anders-x-hu/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/anders-x-hu/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/26901/rss"/><entry><id>http://www.cnblogs.com/anders-x-hu/archive/2007/05/31/766492.html</id><title type="text">[WCF] Metadata Exchange</title><summary type="text">WCF 服务可以通过两种途径发布他们的元数据，这些元数据可以通过 HTTP-GET 传送或者直接通过 Endpoint 发布。如果通过 HTTP-GET 来发布元数据，你所要做的只是在配置文件中为 service 节点添加 behaviorConfiguration 属性并激活 HTTP-GET 而已。</summary><published>2007-05-31T07:17:00Z</published><updated>2007-05-31T07:17:00Z</updated><author><name>Anders x Hu</name><uri>http://www.cnblogs.com/anders-x-hu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/anders-x-hu/archive/2007/05/31/766492.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/anders-x-hu/archive/2007/05/31/766492.html"/></entry><entry><id>http://www.cnblogs.com/anders-x-hu/archive/2007/05/30/765449.html</id><title type="text">[WCF] Endpoint</title><summary type="text">每一个 WCF 服务都会关系到地址（Address）、绑定（Binding）和契约（Contract），而 WCF 则通过 Endpoint 将 ABC 三个方面联系在一起。每一个 Endpoint 都必须包括 ABC 三个方面，缺一不可，而 host 进程会提供 Endpoint 供客户端调用。每个 Endpoint 都对应一个唯一地址，但是多个 Endpoint 可以共享相同的绑定和契约，每个服务又可以提供多个 Endpoint 供客户端掉用。</summary><published>2007-05-30T10:46:00Z</published><updated>2007-05-30T10:46:00Z</updated><author><name>Anders x Hu</name><uri>http://www.cnblogs.com/anders-x-hu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/anders-x-hu/archive/2007/05/30/765449.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/anders-x-hu/archive/2007/05/30/765449.html"/></entry><entry><id>http://www.cnblogs.com/anders-x-hu/archive/2007/05/29/764261.html</id><title type="text">[WCF] Hosting</title><summary type="text">WCF 服务无法独立存在，它必须驻留于一个 Windows 进程当中，我们把这个 Windows 进程称之为 host 进程。一个 host 进程之中可以驻留多个 WCF 服务，而一个 WCF 服务也可以在多个 host 进程中存在，host 进程甚至同时也可以是 WCF 的客户端进程。Host 进程则可以通过 IIS、WAS（Windows Vista）驻留或者也可以是应用程序的一部分（自行开发）。</summary><published>2007-05-29T09:26:00Z</published><updated>2007-05-29T09:26:00Z</updated><author><name>Anders x Hu</name><uri>http://www.cnblogs.com/anders-x-hu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/anders-x-hu/archive/2007/05/29/764261.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/anders-x-hu/archive/2007/05/29/764261.html"/></entry><entry><id>http://www.cnblogs.com/anders-x-hu/archive/2007/05/29/763977.html</id><title type="text">[WCF] Contract</title><summary type="text">在 WCF 中，所有的服务都通过契约供外部进行调用。所谓契约，就是描述服务的一种平台无关的、标准的方式。目前，在 WCF 中定义了四种契约。</summary><published>2007-05-29T07:12:00Z</published><updated>2007-05-29T07:12:00Z</updated><author><name>Anders x Hu</name><uri>http://www.cnblogs.com/anders-x-hu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/anders-x-hu/archive/2007/05/29/763977.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/anders-x-hu/archive/2007/05/29/763977.html"/></entry><entry><id>http://www.cnblogs.com/anders-x-hu/archive/2007/05/29/763971.html</id><title type="text">[WCF] Address</title><summary type="text">在 WCF 中，服务和地址1一一对应。地址告诉我们两个关于连接到服务的信息：位置2和传输协议（传输方式）。</summary><published>2007-05-29T07:03:00Z</published><updated>2007-05-29T07:03:00Z</updated><author><name>Anders x Hu</name><uri>http://www.cnblogs.com/anders-x-hu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/anders-x-hu/archive/2007/05/29/763971.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/anders-x-hu/archive/2007/05/29/763971.html"/></entry></feed>
