Table of Contents

Interface DatagramSender

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

Methods

GetSendLimit()

int GetSendLimit()

Returns

int

Exceptions

IOException

Send(byte[], int, int)

void Send(byte[] buf, int off, int len)

Parameters

buf byte[]
off int
len int

Exceptions

IOException

Send(ReadOnlySpan<byte>)

void Send(ReadOnlySpan<byte> buffer)

Parameters

buffer ReadOnlySpan<byte>

Exceptions

IOException