Click or drag to resize

HttpSslToolHTTPAPI_VERSION Structure

[Missing <summary> documentation for "T:SanteDB.Rest.Common.Configuration.Interop.HttpSslTool.HTTPAPI_VERSION"]

Inheritance Hierarchy
SystemObject
  SystemValueType
    SanteDB.Rest.Common.Configuration.InteropHttpSslToolHTTPAPI_VERSION

Namespace: SanteDB.Rest.Common.Configuration.Interop
Assembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public struct HTTPAPI_VERSION

The HttpSslToolHTTPAPI_VERSION type exposes the following members.

Constructors
 NameDescription
Public methodHttpSslToolHTTPAPI_VERSIONInitializes a new instance of the HttpSslToolHTTPAPI_VERSION class
Top
Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Fields
Extension Methods
 NameDescription
Public Extension MethodConvertTReturn The purpose of this method is to convert object me to TReturn. Why? Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast so we have to copy.
(Defined by ExtensionMethods)
Public Extension MethodWithControl With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions)
Top
See Also