Class Backup
Backup connection options
Inheritance
System.Object
Backup
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FixAntenna.Fixicc.Message
Assembly: FixAntenna.AdminTool.dll
Syntax
[Serializable]
public class Backup
Properties
ActiveConnection
Declaration
public ActiveConnection? ActiveConnection { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ActiveConnection> |
ExtraSessionParams
Declaration
public ExtraSessionParams ExtraSessionParams { get; set; }
Property Value
Type | Description |
---|---|
ExtraSessionParams |
RemoteHost
Declaration
public string RemoteHost { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RemotePort
Declaration
public int RemotePort { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |