Show / Hide Table of Contents

Class QPoolStatusActiveForwards

Represents a public TCP port of a pool.

Inheritance
object
QPoolStatusActiveForwards
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public class QPoolStatusActiveForwards

Properties

ApplicationPort

Port of the application running on the compute node.

Declaration
public ushort ApplicationPort { get; set; }
Property Value
Type Description
ushort

ForwarderHost

Public host where this application can be reached.

Declaration
public string ForwarderHost { get; set; }
Property Value
Type Description
string

ForwarderPort

Port where this application can be reached on the public host.

Declaration
public ushort ForwarderPort { get; set; }
Property Value
Type Description
ushort
In this article
Back to top Generated by DocFX