| Table of Contents |
public static void CreatePipe(out Stream writer, out Stream reader);
| Name | Type | Description |
|---|---|---|
| writer | out Stream | The writer endpoint of the pipe |
| reader | out Stream | The reader endpoint of the pipe |
public static void CreatePipe(int size, out Stream writer, out Stream reader);
| Name | Type | Description |
|---|---|---|
| size | int | The size of the pipe buffer |
| writer | out Stream | The writer endpoint of the pipe |
| reader | out Stream | The reader endpoint of the pipe |
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by