Class IronPdfConnectionType
Remote connection type, for connecting to IronPdfEngine via remote procedure call
Inheritance
System.Object
    IronPdfConnectionType
  Namespace: IronPdf.GrpcLayer
Assembly: IronPdf.dll
Syntax
public sealed class IronPdfConnectionType : Enum
  Fields
CustomChannel
Connect to an IronPdfEngine "server" using custom channel
Declaration
public const IronPdfConnectionType CustomChannel
  Field Value
| Type | Description | 
|---|---|
| IronPdfConnectionType | 
Docker
Connect to an IronPdfEngine "server" running in a Docker container directly accessible from your local machine
Declaration
public const IronPdfConnectionType Docker
  Field Value
| Type | Description | 
|---|---|
| IronPdfConnectionType | 
LocalExecutable
Connect to an IronPdfEngine "server" running in an executable on your local machine
Declaration
public const IronPdfConnectionType LocalExecutable
  Field Value
| Type | Description | 
|---|---|
| IronPdfConnectionType | 
RemoteServer
Connect to an IronPdfEngine "server" running remotely and/or on the cloud
Declaration
public const IronPdfConnectionType RemoteServer
  Field Value
| Type | Description | 
|---|---|
| IronPdfConnectionType | 
value__
Declaration
public int value__
  Field Value
| Type | Description | 
|---|---|
| System.Int32 |