public class CRUIDService : IDisposable| CRUIDService | Create a new CRUIDService |
| CreateFromBaseUrl | Create a URL from a base url and query |
| CreateUrl | Create a URL from a url and query |
| DeleteRequest | Perform a DELETE Request |
| Dispose | Releases all resources used by the CRUIDService |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetRequest | Perform a GET Request |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| PatchJsonRequest | Perform a PATCH Request with JSON Body |
| PatchRequest | Perform a PATCH Request |
| PatchXmlRequest | Perform a PATCH Request with XML Body |
| PostFormRequest | Perform a POST Request with Form Fields |
| PostJsonRequest | Perform a POST Request with JSON Body |
| PostRequest(String, HttpContent) | Perform a POST Request |
| PostRequest(String, String, String, Encoding) | Perform a POST Request |
| PostXmlRequest | Perform a POST Request with XML Body |
| ProcessAsync | Process a HttpResponseMessage |
| PutJsonRequest | Perform a PUT Request with JSON Body |
| PutRequest | Perform a PUT Request |
| PutXmlRequest | Perform a PUT Request with XML Body |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| WithDumper | Set the Dumper for the CRUID Service |
| WithLogger | Set the Logger for the CRUID Service |
| ContainsProperty |
Check if a property exists in an object
(Defined by ReflectionHelper) |
| Disable |
Disable TLS Certificate Validation
(Defined by TLSCertificateValidationHelper) |
| Enable |
Enable TLS Certificate Validation (Default)
(Defined by TLSCertificateValidationHelper) |
| GetAllDetails |
Get all the details for an object
(Defined by MasterDetailHelper) |
| GetAllSectionHeaders |
Get all the section headers
(Defined by MasterDetailHelper) |
| GetReflectionValueT |
Get the value of a property or field or method using reflection.
Doesnt throw exceptions
(Defined by ReflectionHelper) |
| GetSerializedSize |
Get the serialized size of an object
(Defined by SerializationHelper) |
| GetXmlSeralizerForObject |
Get the XmlSerializer for an object
(Defined by XmlHelper) |
| SerializeXml |
Serialize an object to an XML string
(Defined by XmlHelper) |
| ToDataFormatString |
Convert an object to a data format string
(Defined by ReflectionHelper) |
| ToDataFormatStringAdvanced |
Convert an object to a data format string
(Defined by ReflectionHelper) |
| ToDataPayload |
Get the data payload of an object
(Defined by ReflectionHelper) |