CRUIDService Class

Definition

Namespace: CoreMX.NET.WebOperations
Assembly: CoreMX.NET (in CoreMX.NET.dll) Version: 1.0.0+7eb54d7f3459576d25646e9f286fb1fe49eac8a5
C#
public class CRUIDService : IDisposable
Inheritance
Object    CRUIDService
Implements
IDisposable

Constructors

CRUIDService Create a new CRUIDService

Methods

CreateFromBaseUrl Create a URL from a base url and query
CreateUrl Create a URL from a url and query
DeleteRequest Perform a DELETE Request
DisposeReleases all resources used by the CRUIDService
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetRequest Perform a GET Request
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates 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
ToStringReturns 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

Extension Methods

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)

See Also