Share via


Transmission.SendAsync Method

Definition

Executes the request that the current transmission represents.

public virtual System.Threading.Tasks.Task<Microsoft.ApplicationInsights.Extensibility.Implementation.HttpWebResponseWrapper> SendAsync ();
abstract member SendAsync : unit -> System.Threading.Tasks.Task<Microsoft.ApplicationInsights.Extensibility.Implementation.HttpWebResponseWrapper>
override this.SendAsync : unit -> System.Threading.Tasks.Task<Microsoft.ApplicationInsights.Extensibility.Implementation.HttpWebResponseWrapper>
Public Overridable Function SendAsync () As Task(Of HttpWebResponseWrapper)

Returns

The task to await.

Applies to