HttpResponseMock.ResponseContentType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |