Share via


Service Contracts

This section contains samples that demonstrate service contracts in Windows Communication Foundation (WCF).

In This Section

  • Duplex
    Demonstrates how to define and implement a duplex contract.
  • Fault Contract
    Demonstrates how to communicate error information from a service to a client.
  • One-Way
    Demonstrates a service contact with one-way service operations.
  • Session
    Demonstrates how to implement a contract that requires a session.
  • Stream
    Demonstrates the use of streaming transfer mode communication.
  • Asynchronous
    Demonstrates how a client can access a service operation asynchronously and how a service can implement its operations asynchronously.

Build Date: 2011-06-25