Share via


HttpResponseMock.ResponseContentType Enum

Definition

Types of response content.

public enum HttpResponseMock.ResponseContentType
type HttpResponseMock.ResponseContentType = 
Public Enum HttpResponseMock.ResponseContentType
Inheritance
HttpResponseMock.ResponseContentType

Fields

Name Value Description
String 0

String response.

ByteArray 1

Byte array response. The content should be the base64 string of the byte array.

GZipString 2

String content with GZip format.

Applies to