NetworkSocketBase.

Read(byte[], int, int) Method

Syntax

public virtual int Read(byte[] a_bytes, int a_offset, int a_length)

Parameters

Name Type Description
a_bytes byte[]
a_offset int
a_length int

Return Value

Type Description
int