FileCommunicatorCloseBinary Method

Closes binary stream previously opened by OpenBinary.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
C#
public void CloseBinary(
	bool autoConnectEnabled
)

Parameters

autoConnectEnabled  Boolean
Indicates if autoConnect was enebled during opening the stream.

See Also