Class DisposableHttpPipeline
An implementation of HttpPipeline that may contain resources that require disposal.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Core.dll
Syntax
public sealed class DisposableHttpPipeline : Azure.Core.Pipeline.HttpPipeline, IDisposable
Methods
Dispose()
Disposes the underlying transport if it is owned by the client, i.e. it was created via the Build method on HttpPipelineBuilder. If the underlying transport is not owned by the client, i.e. it was supplied as a custom transport on ClientOptions, it will not be disposed.
Declaration
public void Dispose ();