ErlAbstractConnection ReadSock Method NFX Class Library

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

Read data from socket

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

protected int ReadSock(
	byte[] b,
	int sz,
	bool readingPayload
)

Parameters

b
Type:  OnlineSystem Byte 
sz
Type: OnlineSystem Int32
readingPayload
Type: OnlineSystem Boolean

Return Value

Type: OnlineInt32
Remarks

This method now throws exception if we don't get full read
See Also