WebResponseInfo members
Contains a copy of the third-party service response.
The WebResponseInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WebResponseInfo | Initializes a new instance of the WebResponseInfo class. |
Top
Properties
Name | Description | |
---|---|---|
Body | Gets or sets the body of the HTTP response. | |
Headers | Gets or sets the headers of the HTTP response. | |
StatusCode | Gets or sets the status code of the HTTP response. | |
TypeId | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.) |
Top
Methods
Name | Description | |
---|---|---|
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
InitOnePropertyFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) | |
ToString | (Inherited from Object.) | |
WriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top