Streamer BindStream Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Sets the stream as the target for output/input. This call must be coupled with UnbindStream()

Namespace: NFX.IO
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public void BindStream(
	Stream stream
)
See Also