IOperationResult.ToStream

IOperationResult.ToStream method

Tries to convert the result to a stream.

public Stream ToStream()

Return Value

A stream if the result is stream; otherwise null.

See Also