Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 803 Bytes

named-pipes-channel-layer-examples.md

File metadata and controls

23 lines (13 loc) · 803 Bytes
title ms.assetid description ms.topic ms.date
Named Pipes Channel Layer Examples
6222BEA5-C746-4301-8186-110669A0BFDC
Learn more about: Named Pipes Channel Layer Examples
article
05/31/2018

Named Pipes Channel Layer Examples

The following examples illustrate using named pipes with the Channel Layer:

A named pipes example that sends messages using a request-reply pattern: Client: RequestReplyNamedPipesClientExample, Server: RequestReplyNamedPipesServerExample

A streaming named pipes example: Client: StreamingNamedPipesClientExample, Server: StreamingNamedPipesServerExample