HttpPipeline.Append Method

Definition

Overloads

Append(ISendAsyncFactory)

public ADT.Runtime.HttpPipeline Append(ADT.Runtime.ISendAsyncFactory item);
member this.Append : ADT.Runtime.ISendAsyncFactory -> ADT.Runtime.HttpPipeline
Public Function Append (item As ISendAsyncFactory) As HttpPipeline

Parameters

Returns

Applies to

Append(SendAsyncStep)

public ADT.Runtime.HttpPipeline Append(ADT.Runtime.SendAsyncStep item);
member this.Append : ADT.Runtime.SendAsyncStep -> ADT.Runtime.HttpPipeline
Public Function Append (item As SendAsyncStep) As HttpPipeline

Parameters

Returns

Applies to

Append(IEnumerable<ISendAsyncFactory>)

public ADT.Runtime.HttpPipeline Append(System.Collections.Generic.IEnumerable<ADT.Runtime.ISendAsyncFactory> items);
member this.Append : seq<ADT.Runtime.ISendAsyncFactory> -> ADT.Runtime.HttpPipeline
Public Function Append (items As IEnumerable(Of ISendAsyncFactory)) As HttpPipeline

Parameters

Returns

Applies to

Append(IEnumerable<SendAsyncStep>)

public ADT.Runtime.HttpPipeline Append(System.Collections.Generic.IEnumerable<ADT.Runtime.SendAsyncStep> items);
member this.Append : seq<ADT.Runtime.SendAsyncStep> -> ADT.Runtime.HttpPipeline
Public Function Append (items As IEnumerable(Of SendAsyncStep)) As HttpPipeline

Parameters

Returns

Applies to

Append(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 ADT.Runtime.HttpPipeline Append(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.Append : 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>> -> ADT.Runtime.HttpPipeline
Public Function Append (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