Class TransportConnectionOptions
- Namespace
- JobFlow.Core.Infrastructure.Transports
- Assembly
- JobFlow.Core.dll
public class TransportConnectionOptions
- Inheritance
-
TransportConnectionOptions
- Extension Methods
Properties
ConnectionString
Connection string. Set by the system.
public string ConnectionString { get; }
Property Value
ConnectionStringName
public string ConnectionStringName { get; set; }
Property Value
Type
public string Type { get; set; }
Property Value
Methods
GetPort()
Returns the port number from a connection string.
public int? GetPort()
Returns
- int?
The port number or null if none is provided.
Remarks
This assumes the connection string is in the form "address:port"