Поделиться через


HttpResponseMock.ResponseContentType Перечисление

Определение

Типы содержимого ответа.

public enum HttpResponseMock.ResponseContentType
type HttpResponseMock.ResponseContentType = 
Public Enum HttpResponseMock.ResponseContentType
Наследование
HttpResponseMock.ResponseContentType

Поля

ByteArray 1

Ответ массива байтов. Содержимое должно быть строкой base64 массива байтов.

GZipString 2

Строковое содержимое в формате GZip.

String 0

Строковый ответ.

Применяется к