Skip to content

Sockets: Reimplement remaining Task-based async methods using SocketAsyncEventArgs  #41502

@geoffkizer

Description

@geoffkizer

Most socket Task-based async APIs are implemented using SocketAsyncEventArgs under the covers today.

The few that are not include:

SendToAsync
ReceiveFromAsync
ReceiveMessageFromAsync

These are instead implemented by wrapping the old IAsyncResult-based async methods.

We should change these to use SocketAsyncEventArgs instead.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions