Show / Hide Table of Contents

Interface IOciResponse

Namespace: Oci.Common
Assembly: OCI.DotNetSDK.Common.dll
Syntax
public interface IOciResponse

Properties

httpResponseMessage

Declaration
HttpResponseMessage httpResponseMessage { get; set; }
Property Value
Type Description
HttpResponseMessage
In this article
Back to top