Class RestXmlRequest
- Namespace
- RestSharp
- Assembly
- RestSharp.dll
public class RestXmlRequest : RestRequest
- Inheritance
-
RestXmlRequest
- Inherited Members
- Extension Methods
Constructors
RestXmlRequest()
public RestXmlRequest()
Properties
DateFormat
Used by the default deserializers to explicitly set which date format string to use when parsing dates.
public string? DateFormat { get; set; }
Property Value
XmlNamespace
Used by XmlDeserializer. If not specified, XmlDeserializer will flatten response by removing namespaces from element names.
public string? XmlNamespace { get; set; }