System.ClientModel Namespace

Classes

Name Description
ApiKeyCredential

A credential used to authenticate to a service that accepts an API key. This type provides the ability to update the key's value without creating a new client.

AsyncCollectionResult<T>

Represents a collection of values returned from a cloud service operation. The collection values may be delivered over one or more service responses.

AsyncStreamingClientResult

Creates asynchronous streaming results for established service responses.

AsyncStreamingClientResult<T>

Represents an asynchronous sequence of values read from a streaming service response.

AuthenticationTokenProvider

The base class for all AuthenticationTokenProvider implementations.

BinaryContent

Represents binary content that can be sent to a cloud service as part of a PipelineRequest.

ClientResult

Represents the result of a cloud service operation.

ClientResult<T>

Represents the result of a cloud service operation, and provides a strongly-typed representation of the service response value.

ClientResultException

The exception that is thrown when the processing of a client request failed.

CollectionResult<T>

Represents a collection of values returned from a cloud service operation. The collection values may be delivered over one or more service responses.

ConfigurationExtensions

Static class containing extension methods for IConfiguration to get ClientSettings.

ContinuationToken

A token that can be passed to a client method to request or rehydrate a subclient from the state represented by the token.

FileBinaryContent

Represents file content that can be sent to a cloud service as part of a PipelineRequest.

MultiPartFormContent

Represents multipart/form-data content that can be sent to a cloud service as part of a PipelineRequest.