Inheritance
System.Object
ExtraSessionParams
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()
Assembly: FixAntenna.AdminTool.dll
[Serializable]
public class ExtraSessionParams
Constructors
Declaration
public ExtraSessionParams()
Properties
Declaration
public ClientType? ClientType { get; set; }
Property Value
Declaration
public byte[] CustomLogon { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
Declaration
public bool? CyclicSwitchBackupConnection { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public bool? DisableTCPBuffer { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public bool? EnableAutoSwitchToBackupConnection { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public bool? EnableMessageRejecting { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public EncryptMethod? EncryptMethod { get; set; }
Property Value
Declaration
public string FASTVersion { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool? ForcedReconnect { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public ForceSeqNumReset? ForceSeqNumReset { get; set; }
Property Value
HandleSeqNumAtLogon
Declaration
public bool? HandleSeqNumAtLogon { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public int? HBI { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public bool? HideLogonCredentials { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public bool? IgnoreSeqNumTooLowAtLogon { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public long? InSeqNum { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Declaration
public bool? IntradayLogoutToleranceMode { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public bool? KeepConnectionState { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public string LogonMessageSessionQualifierTag { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string MaskedFields { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int? MaxMessagesAmountInBunch { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public long? OutSeqNum { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Declaration
public string Password { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int? ReconnectMaxTries { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string ScheduleName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string SecurityGroups { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string SenderLocationID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string SenderSubID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public SocketOpPriority? SocketOpPriority { get; set; }
Property Value
Declaration
public Collection<string> SourceIPAddresses { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.Collection<System.String> |
|
Ruft einen Wert ab, der angibt, ob die SourceIPAddresses-Collection leer ist.
Gets a value indicating whether the SourceIPAddresses collection is empty.
Declaration
public bool SourceIPAddressesSpecified { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool? SSL { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public string SSLCertificate { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool? SSLCheckPrivateKey { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public string SSLPrivateKey { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string SSLProtocols { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public StorageType? StorageType { get; set; }
Property Value
Declaration
public string TargetLocationID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string TargetSubID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Templates { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|