Show / Hide Table of Contents

Enum TargetEnum

Defines where a property in Request class should be place in HttpRequestMessage.

Namespace: Oci.Common.Http
Assembly: OCI.DotNetSDK.Common.dll
Syntax
public enum TargetEnum

Fields

Name Description
Body

Body of a request.

Header

A header parameter.

Path

A path parameter.

Query

A query parameter.

In this article
Back to top