Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 2.48 KB

services.md

File metadata and controls

59 lines (41 loc) · 2.48 KB
description title ms.date ms.assetid
Learn more about: Services
Services samples
03/30/2017
462a2218-f8c6-4fb7-95bc-64765459c429

Services

This section contains samples that demonstrate Windows Communication Foundation (WCF) services.

In this section

  • Hosting
    Demonstrates hosting WCF services.

  • Service Interoperability
    Demonstrates interaction between WCF and other service technologies.

  • Behaviors
    Demonstrates WCF service behaviors.

  • Service Security
    Demonstrates WCF service security.

  • Simplified Configuration for WCF Services
    Demonstrates how to implement and configure a typical service and client using WCF.

  • Usage of Standard Endpoints
    Demonstrates how to use standard endpoints in service configuration files.

  • Extended Protection Policy
    Demonstrates Extended Protection, a security initiative for protecting against man-in-the-middle (MITM) attacks.

  • Configuration Channel Factory
    Demonstrates the usage of the xref:System.ServiceModel.Configuration.ConfigurationChannelFactory%601.

  • Addressing
    Demonstrates various aspects and features of endpoint addresses.

  • Imperative
    Demonstrates how to define a xref:System.ServiceModel.WSHttpBinding for a service using code, instead of defining the wsHttpBinding binding in configuration.

  • Multiple Contracts
    Demonstrates how to implement more than one contract on a service and how to configure endpoints for communicating with each of the implemented contracts.

  • Multiple Endpoints
    Demonstrates how to configure multiple endpoints on a service and how to communicate with each endpoint from a client.

  • Multiple Endpoints at a Single ListenUri
    Demonstrates a service that hosts multiple endpoints at a single ListenUri.

  • OperationContextScope
    Demonstrates how to send extra information on a WCF call using headers.

  • Service Description
    Demonstrates how a service can retrieve its service description information at run time.

  • ConcurrencyMode.Reentrant
    Demonstrates how to use the Reentrant concurrency mode on a service implementation.