2010年1月12日

Hosting Windows Communication Foundation Services

摘要: Hosting Windows Communication Foundation ServicesTo become active, a service must be hosted within a run-time environment that creates it and controls its context and lifetime. Windows Communication F... 阅读全文

posted @ 2010-01-12 17:57 Acor 阅读(361) 评论(0) 推荐(0) 编辑

How to: Use a Windows Communication Foundation Client

摘要: How to: Use a Windows Communication Foundation ClientThis is the sixth of six tasks required to create a basic Windows Communication Foundation (WCF) service and a client that can call the service. Fo... 阅读全文

posted @ 2010-01-12 15:33 Acor 阅读(286) 评论(0) 推荐(0) 编辑

How to: Configure a Basic Windows Communication Foundation Client

摘要: How to: Configure a Basic Windows Communication Foundation ClientThis is the fifth of six tasks required to create a basic Windows Communication Foundation (WCF) service and a client that can call the... 阅读全文

posted @ 2010-01-12 15:31 Acor 阅读(257) 评论(0) 推荐(0) 编辑

How to: Create a Windows Communication Foundation Client

摘要: How to: Create a Windows Communication Foundation ClientThis is the fourth of six tasks required to create a basic Windows Communication Foundation (WCF) service and a client that can call the service... 阅读全文

posted @ 2010-01-12 15:24 Acor 阅读(311) 评论(0) 推荐(0) 编辑

How to: Host and Run a Basic Windows Communication Foundation Service

摘要: How to: Host and Run a Basic Windows Communication Foundation ServiceThis is the third of six tasks required to create a basic Windows Communication Foundation (WCF) service and a client that can call... 阅读全文

posted @ 2010-01-12 14:41 Acor 阅读(388) 评论(0) 推荐(0) 编辑

How to: Implement a Windows Communication Foundation Service Contract

摘要: How to: Implement a Windows Communication Foundation Service ContractThis is the second of six tasks required to create a basic Windows Communication Foundation (WCF) service and a client that can cal... 阅读全文

posted @ 2010-01-12 14:20 Acor 阅读(238) 评论(0) 推荐(0) 编辑

How to: Define a Windows Communication Foundation Service Contract

摘要: How to: Define a Windows Communication Foundation Service ContractThis is the first of six tasks required to create a basic Windows Communication Foundation (WCF) service and a client that can call th... 阅读全文

posted @ 2010-01-12 14:13 Acor 阅读(333) 评论(0) 推荐(0) 编辑

How to: Create a Service with a Contract Interface

摘要: How to: Create a Service with a Contract InterfaceThe preferred way to create a Windows Communication Foundation (WCF) contract is by using an interface. This contract specifies the collection and str... 阅读全文

posted @ 2010-01-12 14:05 Acor 阅读(230) 评论(0) 推荐(0) 编辑

Designing Service Contracts

摘要: Designing Service ContractsThis topic describes what service contracts are, how they are defined, what operations are available (and the implications for the underlying message exchanges), what data t... 阅读全文

posted @ 2010-01-12 13:49 Acor 阅读(294) 评论(0) 推荐(0) 编辑

Using Data Contracts

摘要: Using Data ContractsA data contract is a formal agreement between a service and a client that abstractly describes the data to be exchanged. That is, to communicate, the client and the service do not ... 阅读全文

posted @ 2010-01-12 12:37 Acor 阅读(420) 评论(0) 推荐(0) 编辑

导航