about
12/10/2022
Cs_WCF_Demos Repo
Cs_WCF_Demos Repository
Code illustrates building several types of WCF channels
Quick Status
for execution
1.0 Contents
-
HandCraftedBasicHttpServices
Examples of Declarative and Programmatic definition of WCF channel properties. These are very simple services, designed to help you get started by modifying and adding to these demos. -
HandCraftedWsHttpServices
Same as above, except uses the WsHttp protocol, e.g., can be secured, supports session, etc. -
SelfHosted_StringsService
Channel supporting the transmission of strings by value and reference. -
FileService-SelfHost
Self-hosted service for transmitting files by blocks. -
FileStreaming
Self-hosted service for transmitting files via streams. -
Peer-Comm-SelfHosted
Chat like facility for communicating messages between two WPF clients. -
WCF_MessagePassingComm
Demonstrates a service that supports several different protocols, e.g., BasicHttp, WsHttp, NetTCP.