2010年1月18日

Specifying an Endpoint Address

摘要: Specifying an Endpoint AddressAll communication with a Windows Communication Foundation (WCF) service occurs through its endpoints. Each ServiceEndpoint contains an Address, a Binding, and a Contract.... 阅读全文

posted @ 2010-01-18 16:09 Acor 阅读(981) 评论(0) 推荐(0) 编辑

Endpoint Creation Overview

摘要: Endpoint Creation OverviewAll communication with a Windows Communication Foundation (WCF) service occurs through the endpoints of the service. Endpoints provide clients access to the functionality tha... 阅读全文

posted @ 2010-01-18 14:49 Acor 阅读(267) 评论(0) 推荐(0) 编辑

Implementing Service Contracts

摘要: Implementing Service ContractsA service is a class that exposes functionality available to clients at one or more endpoints. To create a service, write a class that implements a Windows Communication ... 阅读全文

posted @ 2010-01-18 13:51 Acor 阅读(241) 评论(0) 推荐(0) 编辑

导航