Interface DatagramReceiver
- Namespace
- Org.BouncyCastle.Tls
- Assembly
- BouncyCastle.Cryptography.dll
public interface DatagramReceiver
Methods
GetReceiveLimit()
int GetReceiveLimit()
Returns
Exceptions
Receive(byte[], int, int, int)
int Receive(byte[] buf, int off, int len, int waitMillis)
Parameters
Returns
Exceptions
Receive(Span<byte>, int)
int Receive(Span<byte> buffer, int waitMillis)