Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.31 KB

tcp-channel-layer-examples.md

File metadata and controls

31 lines (17 loc) · 1.31 KB
title ms.assetid description ms.topic ms.date
TCP Channel Layer Examples
0672544c-699b-4ab8-8e40-b6aa165daab0
Learn more about: TCP Channel Layer Examples
article
05/31/2018

TCP Channel Layer Examples

The following examples illustrate using TCP with the Channel Layer:

A TCP example that sends messages using a one-way pattern: OneWayTcpClientExampleOneWayTcpServerExample

A TCP example that sends messages using a request-reply pattern: RequestReplyTcpClientExampleRequestReplyTcpServerExample

A streaming TCP example: StreamingTcpClientExampleStreamingTcpServerExample

An async streaming TCP example: AsyncStreamingTcpClientExampleAsyncStreamingTcpServerExample

The following examples show how to enable WS-MetadataExchange on WS_SERVICE_HOST.

TCP service with WS-MetadataExchange enabled: MetadataExchangeSample. WCF service moniker client which calls into the TCP service with WS-MetadataExchange enabled: ServiceMonikerSample.