Click or drag to resize
UdpNetworkClientFinishInit Method
Finishes initialization by starting receive chain.

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

Parameters

startReceiving (Optional)
Type: SystemBoolean
(optional) the start receiving.

Return Value

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

Implements

INetworkClientFinishInit(Boolean)
See Also