Click or drag to resize

ExtensionMethods Class

Common extension methods
Inheritance Hierarchy
SystemObject
  SanteDB.Core.HttpExtensionMethods

Namespace: SanteDB.Core.Http
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public static class ExtensionMethods

The ExtensionMethods type exposes the following members.

Methods
 NameDescription
Public Extension MethodIsCommunicationException Will iterate through the exception and determine whether the exception was caused by a communication/network issue
Public Extension MethodIsHttpException Determines if exception represents an HTTP error condition
Public Extension MethodIsTimeoutException Iterates through the exception causes and returns true if any exception in the hierarchy is a TimeoutException
Top
See Also