C# Class BitServer.BitSettings

Mostrar archivo Open project: AyrA/BitMailServer Class Usage Examples

Public Properties

Property Type Description
BitConfig string
Extension string
IP string
Port int
Random bool
RemQuoting bool
StripHdr bool
UName string
UPass string

Property Details

BitConfig public_oe property

public string BitConfig
return string

Extension public_oe property

public string Extension
return string

IP public_oe property

public string IP
return string

Port public_oe property

public int Port
return int

Random public_oe property

public bool Random
return bool

RemQuoting public_oe property

public bool RemQuoting
return bool

StripHdr public_oe property

public bool StripHdr
return bool

UName public_oe property

public string UName
return string

UPass public_oe property

public string UPass
return string