Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The samples in this section show how to configure a service contract for a Windows Communication Foundation (WCF) service.
- One-Way
Shows how to implement a one-way service contract.
- Duplex
Shows how to implement a duplex contract.
- Session
Shows how to implement a service contract that requires a session.
- Asynchronous
Shows how to implement an asynchronous operation in a service.
- Stream
Demonstrates the use of streaming transfer mode communication.
- Fault Contract
Demonstrates the use of the FaultContractAttribute attribute to specify SOAP faults in a service contract.
© 2007 Microsoft Corporation. All rights reserved.