Click or drag to resize

PsrApiOptions Class

Options for creating an PsrApi instance
Inheritance Hierarchy
SystemObject
  PsrApi.DataPsrApiOptions

Namespace:  PsrApi.Data
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public class PsrApiOptions

The PsrApiOptions type exposes the following members.

Constructors
  NameDescription
Public methodPsrApiOptions
Initializes a new instance of the PsrApiOptions class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldClientName
The name of the product using the PsrApi.
Public fieldClientVersion
The version of the product using the PsrApi.
Public fieldHttpMessageHandlerFactoryCallback
Optional func for creating message handler for http traffic. Also used for registering ServerCertificateValidationCallback
Top
See Also