StreamWriterDelegate Delegate

Definition

This delegate is used by StreamMessageHelper to write the body of streamed messages.

public delegate void StreamWriterDelegate(Stream output);
type StreamWriterDelegate = delegate of Stream -> unit
Public Delegate Sub StreamWriterDelegate(output As Stream)

Parameters

output
Stream

The stream to write the message body to.

Applies to