Click or drag to resize
INetworkClientFinishInit Method
Finalizes the three step initialization procedure. Must be called after StartInit and Bind.

Namespace: StreamCoders.Network
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
bool FinishInit(
	bool startReceiving
)

Parameters

startReceiving
Type: SystemBoolean
If true the receive chain is start, otherwise it is not. Note, that you can call StartReceiveChain() at a later point.

Return Value

Type: Boolean
true if it succeeds, false if it fails.
See Also