Share via


HttpPipeline.Prepend Method

Definition

Overloads

Prepend(ISendAsyncFactory)
Prepend(SendAsyncStep)
Prepend(IEnumerable<ISendAsyncFactory>)
Prepend(IEnumerable<SendAsyncStep>)
Prepend(Func<HttpRequestMessage,CancellationToken,Action,Func<String, CancellationToken,Func<EventArgs>,Task>,Func<HttpRequestMessage, CancellationToken,Action,Func<String,CancellationToken,Func<EventArgs>, Task>,Task<HttpResponseMessage>>,Task<HttpResponseMessage>>)

Prepend(ISendAsyncFactory)

public Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.HttpPipeline Prepend (Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.ISendAsyncFactory item);
member this.Prepend : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.ISendAsyncFactory -> Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.HttpPipeline
Public Function Prepend (item As ISendAsyncFactory) As HttpPipeline

Parameters

Returns

Applies to

Prepend(SendAsyncStep)

public Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.HttpPipeline Prepend (Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep item);
member this.Prepend : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep -> Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.HttpPipeline
Public Function Prepend (item As SendAsyncStep) As HttpPipeline

Parameters

Returns

Applies to

Prepend(IEnumerable<ISendAsyncFactory>)

public Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.HttpPipeline Prepend (System.Collections.Generic.IEnumerable<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.ISendAsyncFactory> items);
member this.Prepend : seq<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.ISendAsyncFactory> -> Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.HttpPipeline
Public Function Prepend (items As IEnumerable(Of ISendAsyncFactory)) As HttpPipeline

Parameters

Returns

Applies to

Prepend(IEnumerable<SendAsyncStep>)

public Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.HttpPipeline Prepend (System.Collections.Generic.IEnumerable<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep> items);
member this.Prepend : seq<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.SendAsyncStep> -> Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.HttpPipeline
Public Function Prepend (items As IEnumerable(Of SendAsyncStep)) As HttpPipeline

Parameters

Returns

Applies to

Prepend(Func<HttpRequestMessage,CancellationToken,Action,Func<String, CancellationToken,Func<EventArgs>,Task>,Func<HttpRequestMessage, CancellationToken,Action,Func<String,CancellationToken,Func<EventArgs>, Task>,Task<HttpResponseMessage>>,Task<HttpResponseMessage>>)

public Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.HttpPipeline Prepend (Func<System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken,Action,Func<string,System.Threading.CancellationToken,Func<EventArgs>,System.Threading.Tasks.Task>,Func<System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken,Action,Func<string,System.Threading.CancellationToken,Func<EventArgs>,System.Threading.Tasks.Task>,System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage>>,System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage>> item);
member this.Prepend : Func<System.Net.Http.HttpRequestMessage, System.Threading.CancellationToken, Action, Func<string, System.Threading.CancellationToken, Func<EventArgs>, System.Threading.Tasks.Task>, Func<System.Net.Http.HttpRequestMessage, System.Threading.CancellationToken, Action, Func<string, System.Threading.CancellationToken, Func<EventArgs>, System.Threading.Tasks.Task>, System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage>>, System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage>> -> Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.HttpPipeline
Public Function Prepend (item As Func(Of HttpRequestMessage, CancellationToken, Action, Func(Of String, CancellationToken, Func(Of EventArgs), Task), Func(Of HttpRequestMessage, CancellationToken, Action, Func(Of String, CancellationToken, Func(Of EventArgs), Task), Task(Of HttpResponseMessage)), Task(Of HttpResponseMessage))) As HttpPipeline

Parameters

Returns

Applies to