NetworkSocketBase.

Write(byte[], int, int) Method

Syntax

public virtual void Write(byte[] bytes, int off, int len)

Parameters

Name Type Description
bytes byte[]
off int
len int

Return Value

Type Description
void