Class IronPdfConnectionConfiguration
Inheritance
System.Object
IronPdfConnectionConfiguration
Namespace: IronPdf.GrpcLayer
Assembly: IronPdf.dll
Syntax
public class IronPdfConnectionConfiguration : Object
Constructors
IronPdfConnectionConfiguration()
Declaration
public IronPdfConnectionConfiguration()
Properties
Cloud
Default configuration for connecting to IronPdf cloud service
Declaration
public static IronPdfConnectionConfiguration Cloud { get; }
Property Value
Type | Description |
---|---|
IronPdfConnectionConfiguration |
ConnectionType
The nature of the client-to-host connection (e.g. executable, Docker, remote, etc.)
Declaration
public IronPdfConnectionType ConnectionType { get; set; }
Property Value
Type | Description |
---|---|
IronPdfConnectionType |
Docker
Default configuration for connecting to IronPdf docker host service
Declaration
public static IronPdfConnectionConfiguration Docker { get; }
Property Value
Type | Description |
---|---|
IronPdfConnectionConfiguration |
Executable
Default configuration for connecting to IronPdf local service executable
Declaration
public static IronPdfConnectionConfiguration Executable { get; }
Property Value
Type | Description |
---|---|
IronPdfConnectionConfiguration |
Host
Hostname or IP address
Declaration
public string Host { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Port
Host port
Declaration
public int Port { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |