Edit

Share via


TaskHttpClient Class

Definition

public sealed class TaskHttpClient : Microsoft.TeamFoundation.DistributedTask.WebApi.TaskHttpClientBase
type TaskHttpClient = class
    inherit TaskHttpClientBase
Public NotInheritable Class TaskHttpClient
Inherits TaskHttpClientBase
Inheritance
Microsoft.VisualStudio.Services.WebApi.VssHttpClientBase
TaskHttpClient

Constructors

TaskHttpClient(Uri, HttpMessageHandler, Boolean)
TaskHttpClient(Uri, VssCredentials, DelegatingHandler[])
TaskHttpClient(Uri, VssCredentials, VssHttpRequestSettings, DelegatingHandler[])
TaskHttpClient(Uri, VssCredentials, VssHttpRequestSettings)
TaskHttpClient(Uri, VssCredentials)

Methods

AppendLogContentAsync(Guid, String, Guid, Int32, Stream, Object, CancellationToken)

[Preview API]

(Inherited from TaskHttpClientBase)
AppendTimelineRecordFeedAsync(Guid, String, Guid, Guid, Guid, Guid, IList<String>, CancellationToken, Object)
AppendTimelineRecordFeedAsync(Guid, String, Guid, Guid, Guid, IEnumerable<String>, CancellationToken, Object)
AppendTimelineRecordFeedAsync(Guid, String, Guid, Guid, Guid, TimelineRecordFeedLinesWrapper, Object, CancellationToken)

[Preview API]

(Inherited from TaskHttpClientBase)
AppendTimelineRecordFeedAsync(Guid, String, Guid, Guid, Guid, VssJsonCollectionWrapper<IEnumerable<String>>, Object, CancellationToken) (Inherited from TaskHttpClientBase)
CreateAttachmentAsync(Guid, String, Guid, Guid, Guid, String, String, Stream, Object, CancellationToken)

[Preview API]

(Inherited from TaskHttpClientBase)
CreateLogAsync(Guid, String, Guid, TaskLog, Object, CancellationToken)

[Preview API]

(Inherited from TaskHttpClientBase)
CreateTimelineAsync(Guid, String, Guid, Timeline, Object, CancellationToken)

[Preview API]

(Inherited from TaskHttpClientBase)
DeleteTimelineAsync(Guid, String, Guid, Guid, Object, CancellationToken)

[Preview API]

(Inherited from TaskHttpClientBase)
GetAttachmentAsync(Guid, String, Guid, Guid, Guid, String, String, Object, CancellationToken)

[Preview API]

(Inherited from TaskHttpClientBase)
GetAttachmentContentAsync(Guid, String, Guid, Guid, Guid, String, String, Object, CancellationToken)

[Preview API]

(Inherited from TaskHttpClientBase)
GetAttachmentsAsync(Guid, String, Guid, Guid, Guid, String, Object, CancellationToken)

[Preview API]

(Inherited from TaskHttpClientBase)
GetLogAsync(Guid, String, Guid, Int32, Nullable<Int64>, Nullable<Int64>, Object, CancellationToken)

[Preview API]

(Inherited from TaskHttpClientBase)
GetLogsAsync(Guid, String, Guid, Object, CancellationToken)

[Preview API]

(Inherited from TaskHttpClientBase)
GetPlanAsync(Guid, String, Guid, Object, CancellationToken)

[Preview API]

(Inherited from TaskHttpClientBase)
GetPlanAttachmentsAsync(Guid, String, Guid, String, Object, CancellationToken)

[Preview API]

(Inherited from TaskHttpClientBase)
GetPlanGroupsQueueMetricsAsync(Guid, String, Object, CancellationToken)

[Preview API]

(Inherited from TaskHttpClientBase)
GetQueuedPlanGroupAsync(Guid, String, String, Object, CancellationToken)

[Preview API]

(Inherited from TaskHttpClientBase)
GetQueuedPlanGroupsAsync(Guid, String, Nullable<PlanGroupStatus>, Nullable<Int32>, Object, CancellationToken)

[Preview API]

(Inherited from TaskHttpClientBase)
GetRecordsAsync(Guid, String, Guid, Guid, Nullable<Int32>, Object, CancellationToken)

[Preview API]

(Inherited from TaskHttpClientBase)
GetTimelineAsync(Guid, String, Guid, Guid, Nullable<Int32>, Nullable<Boolean>, Object, CancellationToken)

[Preview API]

(Inherited from TaskHttpClientBase)
GetTimelinesAsync(Guid, String, Guid, Object, CancellationToken)

[Preview API]

(Inherited from TaskHttpClientBase)
RaisePlanEventAsync<T>(Guid, String, Guid, T, CancellationToken, Object)
UpdateRecordsAsync(Guid, String, Guid, Guid, VssJsonCollectionWrapper<IEnumerable<TimelineRecord>>, Object, CancellationToken)

[Preview API]

(Inherited from TaskHttpClientBase)
UpdateTimelineRecordsAsync(Guid, String, Guid, Guid, IEnumerable<TimelineRecord>, CancellationToken, Object)

Applies to