Table of Contents

Interface DatagramReceiver

Namespace
Org.BouncyCastle.Tls
Assembly
BouncyCastle.Cryptography.dll
public interface DatagramReceiver

Methods

GetReceiveLimit()

int GetReceiveLimit()

Returns

int

Exceptions

IOException

Receive(byte[], int, int, int)

int Receive(byte[] buf, int off, int len, int waitMillis)

Parameters

buf byte[]
off int
len int
waitMillis int

Returns

int

Exceptions

IOException

Receive(Span<byte>, int)

int Receive(Span<byte> buffer, int waitMillis)

Parameters

buffer Span<byte>
waitMillis int

Returns

int

Exceptions

IOException